Html Css Color HEX #F98D00 Dark Orange

📋 copy color: '#F98D00'

red 249 ◦ green 141 ◦ blue 0

#F98D00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orange #F98D00

Tints of Dark Orange #F98D00

RGB

 RED value IS 249 (97.66% from 255) = 63.85%

 GREEN value IS 141 (55.47% from 255) = 36.15%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.85%
G = 36.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#F98D00 (or 0xF98D00) is known color: Dark Orange. HEX triplet: F9, 8D and 00. RGB value is (249,141,0). Sum of RGB (Red+Green+Blue) = 249+141+0=390 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.85% from 390); Green value is 141 (55.47% from 255 or 36.15% from 390); Blue value is 0 (0.39% from 255 or 0% from 390); Max value from RGB is 249 - color contains mainly: red. Hex color #F98D00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F98D00 is #0672FF. Grayscale: #9D9D9D. Windows color (decimal): -422656 or 36345. OLE color: 36345.

HSL color Cylindrical-coordinate representation of color #F98D00: hue angle of 33.98º 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 #F98D00 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 141 0 -
CMYK 0 0.43 1 0.02
HSL 33.98º 1% 0.49% -
HSV(B) 33.98º 1% 0.98% -
XYZ 48.59 39.19 5 -
YUV 157.22 39.28 193.46 -
System Red Green Blue C M Y K H S L
Decimal 249 141 0 0 0.43 1 0.02 33.98 1 0.49
Hex F9 8D 0 0 2B 64 2 22 64 31
Octal 371 215 0 0 53 144 2 42 144 61
Binary 11111001 10001101 0 0 101011 1100100 10 100010 1100100 110001

Color Harmonies of #F98D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98D00

Black with #F98D00

Text Example


Text Example

White with #F98D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98D00; }

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

 H1.HeaderClassName
 {
   color: #F98D00;
 }
 .AnyTagClassName
 {
   color: #F98D00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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