Html Css Color HEX #F98A02 Dark Orange

📋 copy color: '#F98A02'

red 249 ◦ green 138 ◦ blue 2

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

Shades of Dark Orange #F98A02

Tints of Dark Orange #F98A02

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.48%

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

R = 64.01%
G = 35.48%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#F98A02 (or 0xF98A02) is known color: Dark Orange. HEX triplet: F9, 8A and 02. RGB value is (249,138,2). Sum of RGB (Red+Green+Blue) = 249+138+2=389 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.01% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 2 (1.17% from 255 or 0.51% from 389); Max value from RGB is 249 - color contains mainly: red. Hex color #F98A02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F98A02 is #0675FD. Grayscale: #9C9C9C. Windows color (decimal): -423422 or 166649. OLE color: 166649.

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

Color convert

RGB 249 138 2 -
CMYK 0 0.45 0.99 0.02
HSL 33.04º 0.98% 0.49% -
HSV(B) 33.04º 0.99% 0.98% -
XYZ 48.17 38.32 4.92 -
YUV 155.69 41.27 194.56 -
System Red Green Blue C M Y K H S L
Decimal 249 138 2 0 0.45 0.99 0.02 33.04 0.98 0.49
Hex F9 8A 2 0 2D 63 2 21 62 31
Octal 371 212 2 0 55 143 2 41 142 61
Binary 11111001 10001010 10 0 101101 1100011 10 100001 1100010 110001

Color Harmonies of #F98A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98A02

Black with #F98A02

Text Example


Text Example

White with #F98A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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