Html Css Color HEX #FCAE64 Rajah

📋 copy color: '#FCAE64'

red 252 ◦ green 174 ◦ blue 100

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

Shades of Rajah #FCAE64

Tints of Rajah #FCAE64

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

 M value IS 0.31

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

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

RGB 252 174 100 -
CMYK 0 0.31 0.60 0.01
HSL 29.21º 0.96% 0.69% -
HSV(B) 29.21º 0.6% 0.99% -
XYZ 57.58 51.89 19.04 -
YUV 188.89 77.84 173.02 -
System Red Green Blue C M Y K H S L
Decimal 252 174 100 0 0.31 0.60 0.01 29.21 0.96 0.69
Hex FC AE 64 0 1F 3C 1 1D 60 45
Octal 374 256 144 0 37 74 1 35 140 105
Binary 11111100 10101110 1100100 0 11111 111100 1 11101 1100000 1000101

Color Harmonies of #FCAE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAE64

Black with #FCAE64

Text Example


Text Example

White with #FCAE64

Text Example


Text Example

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