#F98A2D

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

Shades of Sun #F98A2D

Tints of Sun #F98A2D

Color information

#F98A2D (or 0xF98A2D) is unknown color: approx Sun. HEX triplet: F9, 8A and 2D. RGB value is (249,138,45). Sum of RGB (Red+Green+Blue) = 249+138+45=432 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.64% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 45 (17.97% from 255 or 10.42% from 432); Max value from RGB is 249 - color contains mainly: red. Hex color #F98A2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98A2D is #0675D2. Grayscale: #A1A1A1. Windows color (decimal): -423379 or 2984697. OLE color: 2984697.

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

Color convert

RGB24913845-
CMYK00.450.820.02
HSL27.35º94.44%57.65%-
HSV(B)27.35º81.93%97.65%-
XYZ48.6338.517.35-
YUV160.5962.77191.06-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 57.64%
GREEN value IS 138 (54.30% from 255) = 31.94%
BLUE value IS 45 (17.97% from 255) = 10.42%
R=57.64%
G=31.94%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.82
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491384500.450.820.0227.3594.4457.65
HexF98A2D02D5221b5e3a
Octal3712125505512223313672
Binary11111001100010101011010101101101001010110111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98A2D; }

 p { color: rgb(249,138,45); }

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

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

 a { background-color: rgb(249,138,45); }

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

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

 span { border-color: rgb(249,138,45); }

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