#F8B06B

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

Shades of Rajah #F8B06B

Tints of Rajah #F8B06B

Color information

#F8B06B (or 0xF8B06B) is unknown color: approx Rajah. HEX triplet: F8, B0 and 6B. RGB value is (248,176,107). Sum of RGB (Red+Green+Blue) = 248+176+107=531 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.70% from 531); Green value is 176 (69.14% from 255 or 33.15% from 531); Blue value is 107 (42.19% from 255 or 20.15% from 531); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B06B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8B06B is #074F94. Grayscale: #BEBEBE. Windows color (decimal): -479125 or 7057656. OLE color: 7057656.

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

Color convert

RGB248176107-
CMYK00.290.570.03
HSL29.36º90.97%69.61%-
HSV(B)29.36º56.85%97.25%-
XYZ56.8952.0720.96-
YUV189.6681.35169.61-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.70%
GREEN value IS 176 (69.14% from 255) = 33.15%
BLUE value IS 107 (42.19% from 255) = 20.15%
R=46.70%
G=33.15%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817610700.290.570.0329.3690.9769.61
HexF8B06B01D3931d5b46
Octal37026015303571335133106
Binary11111000101100001101011011101111001111110110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B06B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B06B; }

 p { color: rgb(248,176,107); }

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

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

 a { background-color: rgb(248,176,107); }

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

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

 span { border-color: rgb(248,176,107); }

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