#FCAE22

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

Shades of Dark Tangerine #FCAE22

Tints of Dark Tangerine #FCAE22

Color information

#FCAE22 (or 0xFCAE22) is unknown color: approx Dark Tangerine. HEX triplet: FC, AE and 22. RGB value is (252,174,34). Sum of RGB (Red+Green+Blue) = 252+174+34=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 174 (68.36% from 255 or 37.83% from 460); Blue value is 34 (13.67% from 255 or 7.39% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAE22 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAE22 is #0351DD. Grayscale: #B6B6B6. Windows color (decimal): -217566 or 2273020. OLE color: 2273020.

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

Color convert

RGB25217434-
CMYK00.310.870.01
HSL38.53º97.32%56.08%-
HSV(B)38.53º86.51%98.82%-
XYZ55.5751.088.44-
YUV181.3644.84178.38-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 54.78%
GREEN value IS 174 (68.36% from 255) = 37.83%
BLUE value IS 34 (13.67% from 255) = 7.39%
R=54.78%
G=37.83%
B=7.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.87
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521743400.310.870.0138.5397.3256.08
HexFCAE2201F571276138
Octal3742564203712714714170
Binary1111110010101110100010011111101011111001111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAE22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAE22; }

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

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

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

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

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

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

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

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