#F8B962

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

Shades of Rajah #F8B962

Tints of Rajah #F8B962

Color information

#F8B962 (or 0xF8B962) is unknown color: approx Rajah. HEX triplet: F8, B9 and 62. RGB value is (248,185,98). Sum of RGB (Red+Green+Blue) = 248+185+98=531 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.70% from 531); Green value is 185 (72.66% from 255 or 34.84% from 531); Blue value is 98 (38.67% from 255 or 18.46% from 531); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B962 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8B962 is #07469D. Grayscale: #C2C2C2. Windows color (decimal): -476830 or 6470136. OLE color: 6470136.

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

Color convert

RGB24818598-
CMYK00.250.600.03
HSL34.8º91.46%67.84%-
HSV(B)34.8º60.48%97.25%-
XYZ58.2655.5419.2-
YUV193.9273.87166.57-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.70%
GREEN value IS 185 (72.66% from 255) = 34.84%
BLUE value IS 98 (38.67% from 255) = 18.46%
R=46.70%
G=34.84%
B=18.46%

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
Decimal2481859800.250.600.0334.891.4667.84
HexF8B9620193C3235b44
Octal37027114203174343133104
Binary111110001011100111000100110011111001110001110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B962; }

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

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

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

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

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

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

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

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