#F8B964

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

Shades of Rajah #F8B964

Tints of Rajah #F8B964

Color information

#F8B964 (or 0xF8B964) is unknown color: approx Rajah. HEX triplet: F8, B9 and 64. RGB value is (248,185,100). Sum of RGB (Red+Green+Blue) = 248+185+100=533 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.53% from 533); Green value is 185 (72.66% from 255 or 34.71% from 533); Blue value is 100 (39.45% from 255 or 18.76% from 533); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B964 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8B964 is #07469B. Grayscale: #C2C2C2. Windows color (decimal): -476828 or 6601208. OLE color: 6601208.

HSL color Cylindrical-coordinate representation of color #F8B964: hue angle of 34.46º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F8B964 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB248185100-
CMYK00.250.600.03
HSL34.46º91.36%68.24%-
HSV(B)34.46º59.68%97.25%-
XYZ58.3655.5719.71-
YUV194.1574.87166.41-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.53%
GREEN value IS 185 (72.66% from 255) = 34.71%
BLUE value IS 100 (39.45% from 255) = 18.76%
R=46.53%
G=34.71%
B=18.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.60
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818510000.250.600.0334.4691.3668.24
HexF8B9640193C3225b44
Octal37027114403174342133104
Binary111110001011100111001000110011111001110001010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B964; }

 p { color: rgb(248,185,100); }

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

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

 a { background-color: rgb(248,185,100); }

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

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

 span { border-color: rgb(248,185,100); }

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