Html Css Color HEX #F98E01 Dark Orange

📋 copy color: '#F98E01'

red 249 ◦ green 142 ◦ blue 1

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

Shades of Dark Orange #F98E01

Tints of Dark Orange #F98E01

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.22%

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

R = 63.52%
G = 36.22%
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

#F98E01 (or 0xF98E01) is known color: Dark Orange. HEX triplet: F9, 8E and 01. RGB value is (249,142,1). Sum of RGB (Red+Green+Blue) = 249+142+1=392 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.52% from 392); Green value is 142 (55.86% from 255 or 36.22% from 392); Blue value is 1 (0.78% from 255 or 0.26% from 392); Max value from RGB is 249 - color contains mainly: red. Hex color #F98E01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F98E01 is #0671FE. Grayscale: #9E9E9E. Windows color (decimal): -422399 or 102137. OLE color: 102137.

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

Color convert

RGB 249 142 1 -
CMYK 0 0.43 1.00 0.02
HSL 34.11º 0.99% 0.49% -
HSV(B) 34.11º 1% 0.98% -
XYZ 48.75 39.49 5.08 -
YUV 157.92 39.45 192.96 -
System Red Green Blue C M Y K H S L
Decimal 249 142 1 0 0.43 1.00 0.02 34.11 0.99 0.49
Hex F9 8E 1 0 2B 64 2 22 63 31
Octal 371 216 1 0 53 144 2 42 143 61
Binary 11111001 10001110 1 0 101011 1100100 10 100010 1100011 110001

Color Harmonies of #F98E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98E01

Black with #F98E01

Text Example


Text Example

White with #F98E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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