#FCAE64

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

Shades of Rajah #FCAE64

Tints of Rajah #FCAE64

Color information

#FCAE64 (or 0xFCAE64) is unknown color: approx Rajah. HEX triplet: FC, AE and 64. RGB value is (252,174,100). Sum of RGB (Red+Green+Blue) = 252+174+100=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 100 (39.45% from 255 or 19.01% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAE64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAE64 is #03519B. Grayscale: #BDBDBD. Windows color (decimal): -217500 or 6598396. OLE color: 6598396.

HSL color Cylindrical-coordinate representation of color #FCAE64: hue angle of 29.21º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FCAE64 is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB252174100-
CMYK00.310.600.01
HSL29.21º96.2%69.02%-
HSV(B)29.21º60.32%98.82%-
XYZ57.5851.8919.04-
YUV188.8977.84173.02-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.91%
GREEN value IS 174 (68.36% from 255) = 33.08%
BLUE value IS 100 (39.45% from 255) = 19.01%
R=47.91%
G=33.08%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217410000.310.600.0129.2196.269.02
HexFCAE6401F3C11d6045
Octal37425614403774135140105
Binary1111110010101110110010001111111110011110111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAE64; }

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

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

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

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

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

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

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

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