#F8B861

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

Shades of Rajah #F8B861

Tints of Rajah #F8B861

Color information

#F8B861 (or 0xF8B861) is unknown color: approx Rajah. HEX triplet: F8, B8 and 61. RGB value is (248,184,97). Sum of RGB (Red+Green+Blue) = 248+184+97=529 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.88% from 529); Green value is 184 (72.27% from 255 or 34.78% from 529); Blue value is 97 (38.28% from 255 or 18.34% from 529); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B861 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8B861 is #07479E. Grayscale: #C1C1C1. Windows color (decimal): -477087 or 6404344. OLE color: 6404344.

HSL color Cylindrical-coordinate representation of color #F8B861: hue angle of 34.57º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F8B861 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB24818497-
CMYK00.260.610.03
HSL34.57º91.52%67.65%-
HSV(B)34.57º60.89%97.25%-
XYZ58.0155.118.89-
YUV193.2273.7167.07-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.88%
GREEN value IS 184 (72.27% from 255) = 34.78%
BLUE value IS 97 (38.28% from 255) = 18.34%
R=46.88%
G=34.78%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481849700.260.610.0334.5791.5267.65
HexF8B86101A3D3235c44
Octal37027014103275343134104
Binary111110001011100011000010110101111011110001110111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B861; }

 p { color: rgb(248,184,97); }

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

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

 a { background-color: rgb(248,184,97); }

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

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

 span { border-color: rgb(248,184,97); }

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