#FCB15D

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

Shades of Rajah #FCB15D

Tints of Rajah #FCB15D

Color information

#FCB15D (or 0xFCB15D) is unknown color: approx Rajah. HEX triplet: FC, B1 and 5D. RGB value is (252,177,93). Sum of RGB (Red+Green+Blue) = 252+177+93=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 177 (69.53% from 255 or 33.91% from 522); Blue value is 93 (36.72% from 255 or 17.82% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB15D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB15D is #034EA2. Grayscale: #BEBEBE. Windows color (decimal): -216739 or 6140412. OLE color: 6140412.

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

Color convert

RGB25217793-
CMYK00.300.630.01
HSL31.7º96.36%67.65%-
HSV(B)31.7º63.1%98.82%-
XYZ57.8452.9317.52-
YUV189.8573.35172.33-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.28%
GREEN value IS 177 (69.53% from 255) = 33.91%
BLUE value IS 93 (36.72% from 255) = 17.82%
R=48.28%
G=33.91%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521779300.300.630.0131.796.3667.65
HexFCB15D01E3F1206044
Octal37426113503677140140104
Binary11111100101100011011101011110111111110000011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB15D; }

 p { color: rgb(252,177,93); }

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

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

 a { background-color: rgb(252,177,93); }

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

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

 span { border-color: rgb(252,177,93); }

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