Html Css Color HEX #F98D01 Dark Orange

📋 copy color: '#F98D01'

red 249 ◦ green 141 ◦ blue 1

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

Shades of Dark Orange #F98D01

Tints of Dark Orange #F98D01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 63.68%
G = 36.06%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#F98D01 (or 0xF98D01) is known color: Dark Orange. HEX triplet: F9, 8D and 01. RGB value is (249,141,1). Sum of RGB (Red+Green+Blue) = 249+141+1=391 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.68% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 1 (0.78% from 255 or 0.26% from 391); Max value from RGB is 249 - color contains mainly: red. Hex color #F98D01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F98D01 is #0672FE. Grayscale: #9E9E9E. Windows color (decimal): -422655 or 101881. OLE color: 101881.

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

Color convert

RGB 249 141 1 -
CMYK 0 0.43 1.00 0.02
HSL 33.87º 0.99% 0.49% -
HSV(B) 33.87º 1% 0.98% -
XYZ 48.6 39.19 5.03 -
YUV 157.33 39.78 193.38 -
System Red Green Blue C M Y K H S L
Decimal 249 141 1 0 0.43 1.00 0.02 33.87 0.99 0.49
Hex F9 8D 1 0 2B 64 2 22 63 31
Octal 371 215 1 0 53 144 2 42 143 61
Binary 11111001 10001101 1 0 101011 1100100 10 100010 1100011 110001

Color Harmonies of #F98D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98D01

Black with #F98D01

Text Example


Text Example

White with #F98D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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