Html Css Color HEX #FCB864 Rajah

📋 copy color: '#FCB864'

red 252 ◦ green 184 ◦ blue 100

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

Shades of Rajah #FCB864

Tints of Rajah #FCB864

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.33%

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

R = 47.01%
G = 34.33%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCB864 (or 0xFCB864) is known color: Rajah. HEX triplet: FC, B8 and 64. RGB value is (252,184,100). Sum of RGB (Red+Green+Blue) = 252+184+100=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 184 (72.27% from 255 or 34.33% from 536); Blue value is 100 (39.45% from 255 or 18.66% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB864 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB864 is #03479B. Grayscale: #C3C3C3. Windows color (decimal): -214940 or 6600956. OLE color: 6600956.

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

Color convert

RGB 252 184 100 -
CMYK 0 0.27 0.60 0.01
HSL 33.16º 0.96% 0.69% -
HSV(B) 33.16º 0.6% 0.99% -
XYZ 59.59 55.9 19.71 -
YUV 194.76 74.53 168.83 -
System Red Green Blue C M Y K H S L
Decimal 252 184 100 0 0.27 0.60 0.01 33.16 0.96 0.69
Hex FC B8 64 0 1B 3C 1 21 60 45
Octal 374 270 144 0 33 74 1 41 140 105
Binary 11111100 10111000 1100100 0 11011 111100 1 100001 1100000 1000101

Color Harmonies of #FCB864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB864

Black with #FCB864

Text Example


Text Example

White with #FCB864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB864; }

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

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

background-color css

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

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

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

border-color css

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

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

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