#F7B05D

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

Shades of Rajah #F7B05D

Tints of Rajah #F7B05D

Color information

#F7B05D (or 0xF7B05D) is unknown color: approx Rajah. HEX triplet: F7, B0 and 5D. RGB value is (247,176,93). Sum of RGB (Red+Green+Blue) = 247+176+93=516 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.87% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 93 (36.72% from 255 or 18.02% from 516); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B05D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7B05D is #084FA2. Grayscale: #BCBCBC. Windows color (decimal): -544675 or 6140151. OLE color: 6140151.

HSL color Cylindrical-coordinate representation of color #F7B05D: hue angle of 32.34º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F7B05D is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB24717693-
CMYK00.290.620.03
HSL32.34º90.59%66.67%-
HSV(B)32.34º62.35%96.86%-
XYZ55.8651.6217.37-
YUV187.7774.52170.25-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.87%
GREEN value IS 176 (69.14% from 255) = 34.11%
BLUE value IS 93 (36.72% from 255) = 18.02%
R=47.87%
G=34.11%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471769300.290.620.0332.3490.5966.67
HexF7B05D01D3E3205b43
Octal36726013503576340133103
Binary111101111011000010111010111011111101110000010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B05D; }

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

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

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

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

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

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

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

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