#F6B560

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

Shades of Rajah #F6B560

Tints of Rajah #F6B560

Color information

#F6B560 (or 0xF6B560) is unknown color: approx Rajah. HEX triplet: F6, B5 and 60. RGB value is (246,181,96). Sum of RGB (Red+Green+Blue) = 246+181+96=523 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.04% from 523); Green value is 181 (71.09% from 255 or 34.61% from 523); Blue value is 96 (37.89% from 255 or 18.36% from 523); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B560 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6B560 is #094A9F. Grayscale: #BFBFBF. Windows color (decimal): -608928 or 6338038. OLE color: 6338038.

HSL color Cylindrical-coordinate representation of color #F6B560: hue angle of 34º degrees, saturation: 0.89, 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 #F6B560 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB24618196-
CMYK00.260.610.04
HSL34º89.29%67.06%-
HSV(B)34º60.98%96.47%-
XYZ56.6453.4918.4-
YUV190.7474.53167.41-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.04%
GREEN value IS 181 (71.09% from 255) = 34.61%
BLUE value IS 96 (37.89% from 255) = 18.36%
R=47.04%
G=34.61%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461819600.260.610.043489.2967.06
HexF6B56001A3D4225943
Octal36626514003275442131103
Binary1111011010110101110000001101011110110010001010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B560; }

 p { color: rgb(246,181,96); }

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

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

 a { background-color: rgb(246,181,96); }

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

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

 span { border-color: rgb(246,181,96); }

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