#F6B361

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

Shades of Rajah #F6B361

Tints of Rajah #F6B361

Color information

#F6B361 (or 0xF6B361) is unknown color: approx Rajah. HEX triplet: F6, B3 and 61. RGB value is (246,179,97). Sum of RGB (Red+Green+Blue) = 246+179+97=522 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.13% from 522); Green value is 179 (70.31% from 255 or 34.29% from 522); Blue value is 97 (38.28% from 255 or 18.58% from 522); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B361 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6B361 is #094C9E. Grayscale: #BEBEBE. Windows color (decimal): -609439 or 6403062. OLE color: 6403062.

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

Color convert

RGB24617997-
CMYK00.270.610.04
HSL33.02º89.22%67.25%-
HSV(B)33.02º60.57%96.47%-
XYZ56.2852.718.51-
YUV189.6875.7168.17-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.13%
GREEN value IS 179 (70.31% from 255) = 34.29%
BLUE value IS 97 (38.28% from 255) = 18.58%
R=47.13%
G=34.29%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461799700.270.610.0433.0289.2267.25
HexF6B36101B3D4215943
Octal36626314103375441131103
Binary1111011010110011110000101101111110110010000110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B361; }

 p { color: rgb(246,179,97); }

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

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

 a { background-color: rgb(246,179,97); }

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

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

 span { border-color: rgb(246,179,97); }

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