#FCAE60

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

Shades of Rajah #FCAE60

Tints of Rajah #FCAE60

Color information

#FCAE60 (or 0xFCAE60) is unknown color: approx Rajah. HEX triplet: FC, AE and 60. RGB value is (252,174,96). Sum of RGB (Red+Green+Blue) = 252+174+96=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 96 (37.89% from 255 or 18.39% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAE60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAE60 is #03519F. Grayscale: #BCBCBC. Windows color (decimal): -217504 or 6336252. OLE color: 6336252.

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

Color convert

RGB25217496-
CMYK00.310.620.01
HSL30º96.3%68.24%-
HSV(B)30º61.9%98.82%-
XYZ57.3951.8118.04-
YUV188.4375.84173.34-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.28%
GREEN value IS 174 (68.36% from 255) = 33.33%
BLUE value IS 96 (37.89% from 255) = 18.39%
R=48.28%
G=33.33%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521749600.310.620.013096.368.24
HexFCAE6001F3E11e6044
Octal37425614003776136140104
Binary1111110010101110110000001111111111011111011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAE60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAE60; }

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

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

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

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

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

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

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

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