Html Css Color HEX #F98B00 Dark Orange

📋 copy color: '#F98B00'

red 249 ◦ green 139 ◦ blue 0

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

Shades of Dark Orange #F98B00

Tints of Dark Orange #F98B00

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.82%

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

R = 64.18%
G = 35.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#F98B00 (or 0xF98B00) is known color: Dark Orange. HEX triplet: F9, 8B and 00. RGB value is (249,139,0). Sum of RGB (Red+Green+Blue) = 249+139+0=388 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.18% from 388); Green value is 139 (54.69% from 255 or 35.82% from 388); Blue value is 0 (0.39% from 255 or 0% from 388); Max value from RGB is 249 - color contains mainly: red. Hex color #F98B00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F98B00 is #0674FF. Grayscale: #9C9C9C. Windows color (decimal): -423168 or 35833. OLE color: 35833.

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

Color convert

RGB 249 139 0 -
CMYK 0 0.44 1 0.02
HSL 33.49º 1% 0.49% -
HSV(B) 33.49º 1% 0.98% -
XYZ 48.3 38.6 4.91 -
YUV 156.04 39.94 194.3 -
System Red Green Blue C M Y K H S L
Decimal 249 139 0 0 0.44 1 0.02 33.49 1 0.49
Hex F9 8B 0 0 2C 64 2 21 64 31
Octal 371 213 0 0 54 144 2 41 144 61
Binary 11111001 10001011 0 0 101100 1100100 10 100001 1100100 110001

Color Harmonies of #F98B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98B00

Black with #F98B00

Text Example


Text Example

White with #F98B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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