Html Css Color HEX #F98F01 Dark Orange

📋 copy color: '#F98F01'

red 249 ◦ green 143 ◦ blue 1

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

Shades of Dark Orange #F98F01

Tints of Dark Orange #F98F01

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.39%

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

R = 63.36%
G = 36.39%
B = 0.25%

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

#F98F01 (or 0xF98F01) is known color: Dark Orange. HEX triplet: F9, 8F and 01. RGB value is (249,143,1). Sum of RGB (Red+Green+Blue) = 249+143+1=393 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.36% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 1 (0.78% from 255 or 0.25% from 393); Max value from RGB is 249 - color contains mainly: red. Hex color #F98F01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F98F01 is #0670FE. Grayscale: #9F9F9F. Windows color (decimal): -422143 or 102393. OLE color: 102393.

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

Color convert

RGB 249 143 1 -
CMYK 0 0.43 1.00 0.02
HSL 34.35º 0.99% 0.49% -
HSV(B) 34.35º 1% 0.98% -
XYZ 48.89 39.79 5.13 -
YUV 158.51 39.12 192.55 -
System Red Green Blue C M Y K H S L
Decimal 249 143 1 0 0.43 1.00 0.02 34.35 0.99 0.49
Hex F9 8F 1 0 2B 64 2 22 63 31
Octal 371 217 1 0 53 144 2 42 143 61
Binary 11111001 10001111 1 0 101011 1100100 10 100010 1100011 110001

Color Harmonies of #F98F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98F01

Black with #F98F01

Text Example


Text Example

White with #F98F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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