Html Css Color HEX #F98F02 Dark Orange

📋 copy color: '#F98F02'

red 249 ◦ green 143 ◦ blue 2

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

Shades of Dark Orange #F98F02

Tints of Dark Orange #F98F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 63.2%
G = 36.29%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#F98F02 (or 0xF98F02) is known color: Dark Orange. HEX triplet: F9, 8F and 02. RGB value is (249,143,2). Sum of RGB (Red+Green+Blue) = 249+143+2=394 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.20% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 2 (1.17% from 255 or 0.51% from 394); Max value from RGB is 249 - color contains mainly: red. Hex color #F98F02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F98F02 is #0670FD. Grayscale: #9F9F9F. Windows color (decimal): -422142 or 167929. OLE color: 167929.

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

Color convert

RGB 249 143 2 -
CMYK 0 0.43 0.99 0.02
HSL 34.25º 0.98% 0.49% -
HSV(B) 34.25º 0.99% 0.98% -
XYZ 48.9 39.79 5.16 -
YUV 158.62 39.62 192.46 -
System Red Green Blue C M Y K H S L
Decimal 249 143 2 0 0.43 0.99 0.02 34.25 0.98 0.49
Hex F9 8F 2 0 2B 63 2 22 62 31
Octal 371 217 2 0 53 143 2 42 142 61
Binary 11111001 10001111 10 0 101011 1100011 10 100010 1100010 110001

Color Harmonies of #F98F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98F02

Black with #F98F02

Text Example


Text Example

White with #F98F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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