#FCB462

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

Shades of Rajah #FCB462

Tints of Rajah #FCB462

Color information

#FCB462 (or 0xFCB462) is unknown color: approx Rajah. HEX triplet: FC, B4 and 62. RGB value is (252,180,98). Sum of RGB (Red+Green+Blue) = 252+180+98=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 180 (70.70% from 255 or 33.96% from 530); Blue value is 98 (38.67% from 255 or 18.49% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB462 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB462 is #034B9D. Grayscale: #C0C0C0. Windows color (decimal): -215966 or 6468860. OLE color: 6468860.

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

Color convert

RGB25218098-
CMYK00.290.610.01
HSL31.95º96.25%68.63%-
HSV(B)31.95º61.11%98.82%-
XYZ58.6754.2218.93-
YUV192.1874.85170.67-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.55%
GREEN value IS 180 (70.70% from 255) = 33.96%
BLUE value IS 98 (38.67% from 255) = 18.49%
R=47.55%
G=33.96%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521809800.290.610.0131.9596.2568.63
HexFCB46201D3D1206045
Octal37426414203575140140105
Binary11111100101101001100010011101111101110000011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB462; }

 p { color: rgb(252,180,98); }

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

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

 a { background-color: rgb(252,180,98); }

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

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

 span { border-color: rgb(252,180,98); }

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