#FCB569

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

Shades of Rajah #FCB569

Tints of Rajah #FCB569

Color information

#FCB569 (or 0xFCB569) is unknown color: approx Rajah. HEX triplet: FC, B5 and 69. RGB value is (252,181,105). Sum of RGB (Red+Green+Blue) = 252+181+105=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 181 (71.09% from 255 or 33.64% from 538); Blue value is 105 (41.41% from 255 or 19.52% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB569 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB569 is #034A96. Grayscale: #C1C1C1. Windows color (decimal): -215703 or 6927868. OLE color: 6927868.

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

Color convert

RGB252181105-
CMYK00.280.580.01
HSL31.02º96.08%70%-
HSV(B)31.02º58.33%98.82%-
XYZ59.2254.7620.81-
YUV193.5678.02169.68-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.84%
GREEN value IS 181 (71.09% from 255) = 33.64%
BLUE value IS 105 (41.41% from 255) = 19.52%
R=46.84%
G=33.64%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218110500.280.580.0131.0296.0870
HexFCB56901C3A11f6046
Octal37426515103472137140106
Binary1111110010110101110100101110011101011111111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB569; }

 p { color: rgb(252,181,105); }

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

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

 a { background-color: rgb(252,181,105); }

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

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

 span { border-color: rgb(252,181,105); }

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