Html Css Color HEX #FCAF66 Rajah

📋 copy color: '#FCAF66'

red 252 ◦ green 175 ◦ blue 102

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

Shades of Rajah #FCAF66

Tints of Rajah #FCAF66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.28%

R = 47.64%
G = 33.08%
B = 19.28%

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

#FCAF66 (or 0xFCAF66) is known color: Rajah. HEX triplet: FC, AF and 66. RGB value is (252,175,102). Sum of RGB (Red+Green+Blue) = 252+175+102=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 102 (40.23% from 255 or 19.28% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAF66 is #035099. Grayscale: #BEBEBE. Windows color (decimal): -217242 or 6729724. OLE color: 6729724.

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

Color convert

RGB 252 175 102 -
CMYK 0 0.31 0.60 0.01
HSL 29.2º 0.96% 0.69% -
HSV(B) 29.2º 0.6% 0.99% -
XYZ 57.87 52.31 19.62 -
YUV 189.7 78.51 172.44 -
System Red Green Blue C M Y K H S L
Decimal 252 175 102 0 0.31 0.60 0.01 29.2 0.96 0.69
Hex FC AF 66 0 1F 3C 1 1D 60 45
Octal 374 257 146 0 37 74 1 35 140 105
Binary 11111100 10101111 1100110 0 11111 111100 1 11101 1100000 1000101

Color Harmonies of #FCAF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAF66

Black with #FCAF66

Text Example


Text Example

White with #FCAF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAF66; }

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

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

background-color css

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

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

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

border-color css

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

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

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