#F3B064

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

Shades of Rajah #F3B064

Tints of Rajah #F3B064

Color information

#F3B064 (or 0xF3B064) is unknown color: approx Rajah. HEX triplet: F3, B0 and 64. RGB value is (243,176,100). Sum of RGB (Red+Green+Blue) = 243+176+100=519 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.82% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 100 (39.45% from 255 or 19.27% from 519); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B064 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3B064 is #0C4F9B. Grayscale: #BBBBBB. Windows color (decimal): -806812 or 6598899. OLE color: 6598899.

HSL color Cylindrical-coordinate representation of color #F3B064: hue angle of 31.89º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F3B064 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB243176100-
CMYK00.280.590.05
HSL31.89º85.63%67.25%-
HSV(B)31.89º58.85%95.29%-
XYZ54.7951.0319.02-
YUV187.3778.7167.68-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.82%
GREEN value IS 176 (69.14% from 255) = 33.91%
BLUE value IS 100 (39.45% from 255) = 19.27%
R=46.82%
G=33.91%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317610000.280.590.0531.8985.6367.25
HexF3B06401C3B5205643
Octal36326014403473540126103
Binary1111001110110000110010001110011101110110000010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B064; }

 p { color: rgb(243,176,100); }

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

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

 a { background-color: rgb(243,176,100); }

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

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

 span { border-color: rgb(243,176,100); }

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