#F98E31

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

Shades of Sun #F98E31

Tints of Sun #F98E31

Color information

#F98E31 (or 0xF98E31) is unknown color: approx Sun. HEX triplet: F9, 8E and 31. RGB value is (249,142,49). Sum of RGB (Red+Green+Blue) = 249+142+49=440 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.59% from 440); Green value is 142 (55.86% from 255 or 32.27% from 440); Blue value is 49 (19.53% from 255 or 11.14% from 440); Max value from RGB is 249 - color contains mainly: red. Hex color #F98E31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98E31 is #0671CE. Grayscale: #A3A3A3. Windows color (decimal): -422351 or 3247865. OLE color: 3247865.

HSL color Cylindrical-coordinate representation of color #F98E31: hue angle of 27.9º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F98E31 is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB24914249-
CMYK00.430.800.02
HSL27.9º94.34%58.43%-
HSV(B)27.9º80.32%97.65%-
XYZ49.2939.717.97-
YUV163.3963.45189.06-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 56.59%
GREEN value IS 142 (55.86% from 255) = 32.27%
BLUE value IS 49 (19.53% from 255) = 11.14%
R=56.59%
G=32.27%
B=11.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.80
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491424900.430.800.0227.994.3458.43
HexF98E3102B5021c5e3a
Octal3712166105312023413672
Binary11111001100011101100010101011101000010111001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98E31; }

 p { color: rgb(249,142,49); }

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

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

 a { background-color: rgb(249,142,49); }

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

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

 span { border-color: rgb(249,142,49); }

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