#F7B368

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

Shades of Rajah #F7B368

Tints of Rajah #F7B368

Color information

#F7B368 (or 0xF7B368) is unknown color: approx Rajah. HEX triplet: F7, B3 and 68. RGB value is (247,179,104). Sum of RGB (Red+Green+Blue) = 247+179+104=530 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.60% from 530); Green value is 179 (70.31% from 255 or 33.77% from 530); Blue value is 104 (41.02% from 255 or 19.62% from 530); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B368 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7B368 is #084C97. Grayscale: #BFBFBF. Windows color (decimal): -543896 or 6861815. OLE color: 6861815.

HSL color Cylindrical-coordinate representation of color #F7B368: hue angle of 31.47º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F7B368 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB247179104-
CMYK00.280.580.03
HSL31.47º89.94%68.82%-
HSV(B)31.47º57.89%96.86%-
XYZ56.9853.0120.33-
YUV190.7879.03168.1-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.60%
GREEN value IS 179 (70.31% from 255) = 33.77%
BLUE value IS 104 (41.02% from 255) = 19.62%
R=46.60%
G=33.77%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717910400.280.580.0331.4789.9468.82
HexF7B36801C3A31f5a45
Octal36726315003472337132105
Binary11110111101100111101000011100111010111111110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B368; }

 p { color: rgb(247,179,104); }

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

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

 a { background-color: rgb(247,179,104); }

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

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

 span { border-color: rgb(247,179,104); }

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