Html Css Color HEX #FCAF63 Rajah

📋 copy color: '#FCAF63'

red 252 ◦ green 175 ◦ blue 99

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

Shades of Rajah #FCAF63

Tints of Rajah #FCAF63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.82%

R = 47.91%
G = 33.27%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FCAF63 (or 0xFCAF63) is known color: Rajah. HEX triplet: FC, AF and 63. RGB value is (252,175,99). Sum of RGB (Red+Green+Blue) = 252+175+99=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 99 (39.06% from 255 or 18.82% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF63 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAF63 is #03509C. Grayscale: #BDBDBD. Windows color (decimal): -217245 or 6533116. OLE color: 6533116.

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

Color convert

RGB 252 175 99 -
CMYK 0 0.31 0.61 0.01
HSL 29.8º 0.96% 0.69% -
HSV(B) 29.8º 0.61% 0.99% -
XYZ 57.73 52.26 18.85 -
YUV 189.36 77.01 172.68 -
System Red Green Blue C M Y K H S L
Decimal 252 175 99 0 0.31 0.61 0.01 29.8 0.96 0.69
Hex FC AF 63 0 1F 3D 1 1E 60 45
Octal 374 257 143 0 37 75 1 36 140 105
Binary 11111100 10101111 1100011 0 11111 111101 1 11110 1100000 1000101

Color Harmonies of #FCAF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAF63

Black with #FCAF63

Text Example


Text Example

White with #FCAF63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAF63; }

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

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

background-color css

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

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

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

border-color css

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

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

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