#FD9C0F

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

Shades of Dark Tangerine #FD9C0F

Tints of Dark Tangerine #FD9C0F

Color information

#FD9C0F (or 0xFD9C0F) is unknown color: approx Dark Tangerine. HEX triplet: FD, 9C and 0F. RGB value is (253,156,15). Sum of RGB (Red+Green+Blue) = 253+156+15=424 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.67% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 15 (6.25% from 255 or 3.54% from 424); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9C0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD9C0F is #0263F0. Grayscale: #A9A9A9. Windows color (decimal): -156657 or 1023229. OLE color: 1023229.

HSL color Cylindrical-coordinate representation of color #FD9C0F: hue angle of 35.55º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD9C0F is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB25315615-
CMYK00.380.940.01
HSL35.55º98.35%52.55%-
HSV(B)35.55º94.07%99.22%-
XYZ52.4844.696.31-
YUV168.9341.14187.96-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 59.67%
GREEN value IS 156 (61.33% from 255) = 36.79%
BLUE value IS 15 (6.25% from 255) = 3.54%
R=59.67%
G=36.79%
B=3.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531561500.380.940.0135.5598.3552.55
HexFD9CF0265E1246235
Octal3752341704613614414265
Binary111111011001110011110100110101111011001001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9C0F; }

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

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

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

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

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

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

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

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