#F7B067

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

Shades of Rajah #F7B067

Tints of Rajah #F7B067

Color information

#F7B067 (or 0xF7B067) is unknown color: approx Rajah. HEX triplet: F7, B0 and 67. RGB value is (247,176,103). Sum of RGB (Red+Green+Blue) = 247+176+103=526 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.96% from 526); Green value is 176 (69.14% from 255 or 33.46% from 526); Blue value is 103 (40.62% from 255 or 19.58% from 526); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B067 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7B067 is #084F98. Grayscale: #BDBDBD. Windows color (decimal): -544665 or 6795511. OLE color: 6795511.

HSL color Cylindrical-coordinate representation of color #F7B067: hue angle of 30.42º 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 #F7B067 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB247176103-
CMYK00.290.580.03
HSL30.42º90%68.63%-
HSV(B)30.42º58.3%96.86%-
XYZ56.3351.819.86-
YUV188.9179.52169.44-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.96%
GREEN value IS 176 (69.14% from 255) = 33.46%
BLUE value IS 103 (40.62% from 255) = 19.58%
R=46.96%
G=33.46%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717610300.290.580.0330.429068.63
HexF7B06701D3A31e5a45
Octal36726014703572336132105
Binary11110111101100001100111011101111010111111010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B067; }

 p { color: rgb(247,176,103); }

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

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

 a { background-color: rgb(247,176,103); }

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

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

 span { border-color: rgb(247,176,103); }

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