#F6B660

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

Shades of Rajah #F6B660

Tints of Rajah #F6B660

Color information

#F6B660 (or 0xF6B660) is unknown color: approx Rajah. HEX triplet: F6, B6 and 60. RGB value is (246,182,96). Sum of RGB (Red+Green+Blue) = 246+182+96=524 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.95% from 524); Green value is 182 (71.48% from 255 or 34.73% from 524); Blue value is 96 (37.89% from 255 or 18.32% from 524); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B660 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6B660 is #09499F. Grayscale: #BFBFBF. Windows color (decimal): -608672 or 6338294. OLE color: 6338294.

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

Color convert

RGB24618296-
CMYK00.260.610.04
HSL34.4º89.29%67.06%-
HSV(B)34.4º60.98%96.47%-
XYZ56.8553.8918.47-
YUV191.3374.2166.99-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 46.95%
GREEN value IS 182 (71.48% from 255) = 34.73%
BLUE value IS 96 (37.89% from 255) = 18.32%
R=46.95%
G=34.73%
B=18.32%

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
Decimal2461829600.260.610.0434.489.2967.06
HexF6B66001A3D4225943
Octal36626614003275442131103
Binary1111011010110110110000001101011110110010001010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B660; }

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

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

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

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

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

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

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

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