Html Css Color HEX #FCAE60 Rajah

📋 copy color: '#FCAE60'

red 252 ◦ green 174 ◦ blue 96

#FCAE60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rajah #FCAE60

Tints of Rajah #FCAE60

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 value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FCAE60 (or 0xFCAE60) is known color: 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

RGB 252 174 96 -
CMYK 0 0.31 0.62 0.01
HSL 30º 0.96% 0.68% -
HSV(B) 30º 0.62% 0.99% -
XYZ 57.39 51.81 18.04 -
YUV 188.43 75.84 173.34 -
System Red Green Blue C M Y K H S L
Decimal 252 174 96 0 0.31 0.62 0.01 30 0.96 0.68
Hex FC AE 60 0 1F 3E 1 1E 60 44
Octal 374 256 140 0 37 76 1 36 140 104
Binary 11111100 10101110 1100000 0 11111 111110 1 11110 1100000 1000100

Color Harmonies of #FCAE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAE60

Black with #FCAE60

Text Example


Text Example

White with #FCAE60

Text Example


Text Example

HTML Codes & Css Web 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>