Html Css Color HEX #FCAF64 Rajah

📋 copy color: '#FCAF64'

red 252 ◦ green 175 ◦ blue 100

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

Shades of Rajah #FCAF64

Tints of Rajah #FCAF64

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.21%

 BLUE value IS 100 (39.45% from 255) = 18.98%

R = 47.82%
G = 33.21%
B = 18.98%

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

#FCAF64 (or 0xFCAF64) is known color: Rajah. HEX triplet: FC, AF and 64. RGB value is (252,175,100). Sum of RGB (Red+Green+Blue) = 252+175+100=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 100 (39.45% from 255 or 18.98% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAF64 is #03509B. Grayscale: #BDBDBD. Windows color (decimal): -217244 or 6598652. OLE color: 6598652.

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

Color convert

RGB 252 175 100 -
CMYK 0 0.31 0.60 0.01
HSL 29.61º 0.96% 0.69% -
HSV(B) 29.61º 0.6% 0.99% -
XYZ 57.78 52.28 19.1 -
YUV 189.47 77.51 172.6 -
System Red Green Blue C M Y K H S L
Decimal 252 175 100 0 0.31 0.60 0.01 29.61 0.96 0.69
Hex FC AF 64 0 1F 3C 1 1E 60 45
Octal 374 257 144 0 37 74 1 36 140 105
Binary 11111100 10101111 1100100 0 11111 111100 1 11110 1100000 1000101

Color Harmonies of #FCAF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAF64

Black with #FCAF64

Text Example


Text Example

White with #FCAF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAF64; }

 p { color: rgb(252,175,100); }

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

background-color css

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

 a { background-color: rgb(252,175,100); }

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

border-color css

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

 span { border-color: rgb(252,175,100); }

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