Html Css Color HEX #FCAE65 Rajah

📋 copy color: '#FCAE65'

red 252 ◦ green 174 ◦ blue 101

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

Shades of Rajah #FCAE65

Tints of Rajah #FCAE65

RGB

 RED value IS 252 (98.83% from 255) = 47.82%

 GREEN value IS 174 (68.36% from 255) = 33.02%

 BLUE value IS 101 (39.84% from 255) = 19.17%

R = 47.82%
G = 33.02%
B = 19.17%

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

#FCAE65 (or 0xFCAE65) is known color: Rajah. HEX triplet: FC, AE and 65. RGB value is (252,174,101). Sum of RGB (Red+Green+Blue) = 252+174+101=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 101 (39.84% from 255 or 19.17% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAE65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAE65 is #03519A. Grayscale: #BDBDBD. Windows color (decimal): -217499 or 6663932. OLE color: 6663932.

HSL color Cylindrical-coordinate representation of color #FCAE65: hue angle of 29.01º 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 #FCAE65 is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 174 101 -
CMYK 0 0.31 0.60 0.01
HSL 29.01º 0.96% 0.69% -
HSV(B) 29.01º 0.6% 0.99% -
XYZ 57.63 51.91 19.29 -
YUV 189 78.34 172.94 -
System Red Green Blue C M Y K H S L
Decimal 252 174 101 0 0.31 0.60 0.01 29.01 0.96 0.69
Hex FC AE 65 0 1F 3C 1 1D 60 45
Octal 374 256 145 0 37 74 1 35 140 105
Binary 11111100 10101110 1100101 0 11111 111100 1 11101 1100000 1000101

Color Harmonies of #FCAE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAE65

Black with #FCAE65

Text Example


Text Example

White with #FCAE65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAE65; }

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

 H1.HeaderClassName
 {
   color: #FCAE65;
 }
 .AnyTagClassName
 {
   color: #FCAE65;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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