#F4B060

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

Shades of Rajah #F4B060

Tints of Rajah #F4B060

Color information

#F4B060 (or 0xF4B060) is unknown color: approx Rajah. HEX triplet: F4, B0 and 60. RGB value is (244,176,96). Sum of RGB (Red+Green+Blue) = 244+176+96=516 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.29% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 96 (37.89% from 255 or 18.60% from 516); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B060 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4B060 is #0B4F9F. Grayscale: #BBBBBB. Windows color (decimal): -741280 or 6336756. OLE color: 6336756.

HSL color Cylindrical-coordinate representation of color #F4B060: hue angle of 32.43º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F4B060 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB24417696-
CMYK00.280.610.04
HSL32.43º87.06%66.67%-
HSV(B)32.43º60.66%95.69%-
XYZ54.9451.1318.04-
YUV187.2176.53168.5-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.29%
GREEN value IS 176 (69.14% from 255) = 34.11%
BLUE value IS 96 (37.89% from 255) = 18.60%
R=47.29%
G=34.11%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441769600.280.610.0432.4387.0666.67
HexF4B06001C3D4205743
Octal36426014003475440127103
Binary1111010010110000110000001110011110110010000010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B060; }

 p { color: rgb(244,176,96); }

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

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

 a { background-color: rgb(244,176,96); }

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

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

 span { border-color: rgb(244,176,96); }

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