#F6B064

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

Shades of Rajah #F6B064

Tints of Rajah #F6B064

Color information

#F6B064 (or 0xF6B064) is unknown color: approx Rajah. HEX triplet: F6, B0 and 64. RGB value is (246,176,100). Sum of RGB (Red+Green+Blue) = 246+176+100=522 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.13% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 100 (39.45% from 255 or 19.16% from 522); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B064 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6B064 is #094F9B. Grayscale: #BCBCBC. Windows color (decimal): -610204 or 6598902. OLE color: 6598902.

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

Color convert

RGB246176100-
CMYK00.280.590.04
HSL31.23º89.02%67.84%-
HSV(B)31.23º59.35%96.47%-
XYZ55.8351.5619.07-
YUV188.2778.19169.18-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.13%
GREEN value IS 176 (69.14% from 255) = 33.72%
BLUE value IS 100 (39.45% from 255) = 19.16%
R=47.13%
G=33.72%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617610000.280.590.0431.2389.0267.84
HexF6B06401C3B41f5944
Octal36626014403473437131104
Binary111101101011000011001000111001110111001111110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B064; }

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

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

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

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

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

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

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

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