#FD9B7F

Color #FD9B7F Vivid Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Tangerine #FD9B7F

Tints of Vivid Tangerine #FD9B7F

Color information

#FD9B7F (or 0xFD9B7F) is unknown color: approx Vivid Tangerine. HEX triplet: FD, 9B and 7F. RGB value is (253,155,127). Sum of RGB (Red+Green+Blue) = 253+155+127=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 155 (60.94% from 255 or 28.97% from 535); Blue value is 127 (50% from 255 or 23.74% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9B7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9B7F is #026480. Grayscale: #B5B5B5. Windows color (decimal): -156801 or 8363005. OLE color: 8363005.

HSL color Cylindrical-coordinate representation of color #FD9B7F: hue angle of 13.33º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FD9B7F is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB253155127-
CMYK00.390.500.01
HSL13.33º96.92%74.51%-
HSV(B)13.33º49.8%99.22%-
XYZ56.0645.8625.98-
YUV181.1197.47179.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 47.29%
GREEN value IS 155 (60.94% from 255) = 28.97%
BLUE value IS 127 (50% from 255) = 23.74%
R=47.29%
G=28.97%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315512700.390.500.0113.3396.9274.51
HexFD9B7F027321d614b
Octal37523317704762115141113
Binary1111110110011011111111101001111100101110111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9B7F; }

 p { color: rgb(253,155,127); }

 H1.HeaderClassName
 {
   color: #FD9B7F;
 }
 .AnyTagClassName
 {
   color: #FD9B7F;
 }
</style>
background-color css

<style>
 a { background-color: #FD9B7F; }

 a { background-color: rgb(253,155,127); }

 div.DivClassName
 {
   background-color: #FD9B7F;
 }
 .BgClassName
 {
   background-color: #FD9B7F;
 }
</style>
border-color css

<style>
 span { border-color: #FD9B7F; }

 span { border-color: rgb(253,155,127); }

 td.TdClassName
 {
   border-color: #FD9B7F;
 }
 .TagClassName
 {
   border-color: #FD9B7F;
 }
</style>