#FCB861

Color #FCB861 Rajah (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rajah #FCB861

Tints of Rajah #FCB861

Color information

#FCB861 (or 0xFCB861) is unknown color: approx Rajah. HEX triplet: FC, B8 and 61. RGB value is (252,184,97). Sum of RGB (Red+Green+Blue) = 252+184+97=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 184 (72.27% from 255 or 34.52% from 533); Blue value is 97 (38.28% from 255 or 18.20% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB861 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB861 is #03479E. Grayscale: #C2C2C2. Windows color (decimal): -214943 or 6404348. OLE color: 6404348.

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

Color convert

RGB25218497-
CMYK00.270.620.01
HSL33.68º96.27%68.43%-
HSV(B)33.68º61.51%98.82%-
XYZ59.4455.8418.95-
YUV194.4173.03169.07-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.28%
GREEN value IS 184 (72.27% from 255) = 34.52%
BLUE value IS 97 (38.28% from 255) = 18.20%
R=47.28%
G=34.52%
B=18.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521849700.270.620.0133.6896.2768.43
HexFCB86101B3E1226044
Octal37427014103376142140104
Binary11111100101110001100001011011111110110001011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB861; }

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

 H1.HeaderClassName
 {
   color: #FCB861;
 }
 .AnyTagClassName
 {
   color: #FCB861;
 }
</style>
background-color css

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

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

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

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

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

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