#FCAE0F

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

Shades of Dark Tangerine #FCAE0F

Tints of Dark Tangerine #FCAE0F

Color information

#FCAE0F (or 0xFCAE0F) is unknown color: approx Dark Tangerine. HEX triplet: FC, AE and 0F. RGB value is (252,174,15). Sum of RGB (Red+Green+Blue) = 252+174+15=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 15 (6.25% from 255 or 3.40% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAE0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAE0F is #0351F0. Grayscale: #B3B3B3. Windows color (decimal): -217585 or 1027836. OLE color: 1027836.

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

Color convert

RGB25217415-
CMYK00.310.940.01
HSL40.25º97.53%52.35%-
HSV(B)40.25º94.05%98.82%-
XYZ55.37517.38-
YUV179.235.34179.93-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 57.14%
GREEN value IS 174 (68.36% from 255) = 39.46%
BLUE value IS 15 (6.25% from 255) = 3.40%
R=57.14%
G=39.46%
B=3.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521741500.310.940.0140.2597.5352.35
HexFCAEF01F5E1286234
Octal3742561703713615014264
Binary11111100101011101111011111101111011010001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAE0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAE0F; }

 p { color: rgb(252,174,15); }

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

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

 a { background-color: rgb(252,174,15); }

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

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

 span { border-color: rgb(252,174,15); }

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