#FCB05D

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

Shades of Rajah #FCB05D

Tints of Rajah #FCB05D

Color information

#FCB05D (or 0xFCB05D) is unknown color: approx Rajah. HEX triplet: FC, B0 and 5D. RGB value is (252,176,93). Sum of RGB (Red+Green+Blue) = 252+176+93=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 93 (36.72% from 255 or 17.85% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB05D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB05D is #034FA2. Grayscale: #BDBDBD. Windows color (decimal): -216995 or 6140156. OLE color: 6140156.

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

Color convert

RGB25217693-
CMYK00.300.630.01
HSL31.32º96.36%67.65%-
HSV(B)31.32º63.1%98.82%-
XYZ57.6552.5417.46-
YUV189.2673.68172.75-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.37%
GREEN value IS 176 (69.14% from 255) = 33.78%
BLUE value IS 93 (36.72% from 255) = 17.85%
R=48.37%
G=33.78%
B=17.85%

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
Decimal2521769300.300.630.0131.3296.3667.65
HexFCB05D01E3F11f6044
Octal37426013503677137140104
Binary1111110010110000101110101111011111111111111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB05D; }

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

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

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

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

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

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

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

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