#F98C00

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

Shades of Dark Orange #F98C00

Tints of Dark Orange #F98C00

Color information

#F98C00 (or 0xF98C00) is unknown color: approx Dark Orange. HEX triplet: F9, 8C and 00. RGB value is (249,140,0). Sum of RGB (Red+Green+Blue) = 249+140+0=389 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.01% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 0 (0.39% from 255 or 0% from 389); Max value from RGB is 249 - color contains mainly: red. Hex color #F98C00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F98C00 is #0673FF. Grayscale: #9D9D9D. Windows color (decimal): -422912 or 36089. OLE color: 36089.

HSL color Cylindrical-coordinate representation of color #F98C00: hue angle of 33.73º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F98C00 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB2491400-
CMYK00.4410.02
HSL33.73º100%48.82%-
HSV(B)33.73º100%97.65%-
XYZ48.4538.94.95-
YUV156.6339.61193.88-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 64.01%
GREEN value IS 140 (55.08% from 255) = 35.99%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.01%
G=35.99%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 1
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249140000.4410.0233.7310048.82
HexF98C002C642226431
Octal371214005414424214461
Binary1111100110001100001011001100100101000101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98C00; }

 p { color: rgb(249,140,0); }

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

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

 a { background-color: rgb(249,140,0); }

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

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

 span { border-color: rgb(249,140,0); }

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