#fd9c7f

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

Shades of Vivid Tangerine #FD9C7F

Tints of Vivid Tangerine #FD9C7F

Color information

#FD9C7F (or 0xFD9C7F) is unknown color: approx Vivid Tangerine. HEX triplet: FD, 9C and 7F. RGB value is (253,156,127). Sum of RGB (Red+Green+Blue) = 253+156+127=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 127 (50% from 255 or 23.69% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9C7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9C7F is #026380. Grayscale: #B5B5B5. Windows color (decimal): -156545 or 8363261. OLE color: 8363261.

HSL color Cylindrical-coordinate representation of color #FD9C7F: hue angle of 13.81º 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 #FD9C7F is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB253156127-
CMYK00.380.500.01
HSL13.81º96.92%74.51%-
HSV(B)13.81º49.8%99.22%-
XYZ56.2346.1926.03-
YUV181.797.14178.86-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.20%
GREEN value IS 156 (61.33% from 255) = 29.10%
BLUE value IS 127 (50% from 255) = 23.69%
R=47.20%
G=29.10%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315612700.380.500.0113.8196.9274.51
HexFD9C7F026321e614b
Octal37523417704662116141113
Binary1111110110011100111111101001101100101111011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fd9c7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fd9c7f; }

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

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

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

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

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

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

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

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