Html Css Color HEX #FCAA62 Rajah

📋 copy color: '#FCAA62'

red 252 ◦ green 170 ◦ blue 98

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

Shades of Rajah #FCAA62

Tints of Rajah #FCAA62

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.69%

 BLUE value IS 98 (38.67% from 255) = 18.85%

R = 48.46%
G = 32.69%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FCAA62 (or 0xFCAA62) is known color: Rajah. HEX triplet: FC, AA and 62. RGB value is (252,170,98). Sum of RGB (Red+Green+Blue) = 252+170+98=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 98 (38.67% from 255 or 18.85% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA62 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAA62 is #03559D. Grayscale: #BABABA. Windows color (decimal): -218526 or 6466300. OLE color: 6466300.

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

Color convert

RGB 252 170 98 -
CMYK 0 0.33 0.61 0.01
HSL 28.05º 0.96% 0.69% -
HSV(B) 28.05º 0.61% 0.99% -
XYZ 56.72 50.33 18.28 -
YUV 186.31 78.17 174.85 -
System Red Green Blue C M Y K H S L
Decimal 252 170 98 0 0.33 0.61 0.01 28.05 0.96 0.69
Hex FC AA 62 0 21 3D 1 1C 60 45
Octal 374 252 142 0 41 75 1 34 140 105
Binary 11111100 10101010 1100010 0 100001 111101 1 11100 1100000 1000101

Color Harmonies of #FCAA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAA62

Black with #FCAA62

Text Example


Text Example

White with #FCAA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAA62; }

 p { color: rgb(252,170,98); }

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

background-color css

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

 a { background-color: rgb(252,170,98); }

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

border-color css

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

 span { border-color: rgb(252,170,98); }

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