Html Css Color HEX #F98A0C Dark Orange

📋 copy color: '#F98A0C'

red 249 ◦ green 138 ◦ blue 12

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

Shades of Dark Orange #F98A0C

Tints of Dark Orange #F98A0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.01%

R = 62.41%
G = 34.59%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F98A0C (or 0xF98A0C) is known color: Dark Orange. HEX triplet: F9, 8A and 0C. RGB value is (249,138,12). Sum of RGB (Red+Green+Blue) = 249+138+12=399 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.41% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 12 (5.08% from 255 or 3.01% from 399); Max value from RGB is 249 - color contains mainly: red. Hex color #F98A0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F98A0C is #0675F3. Grayscale: #9D9D9D. Windows color (decimal): -423412 or 822009. OLE color: 822009.

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

Color convert

RGB 249 138 12 -
CMYK 0 0.45 0.95 0.02
HSL 31.9º 0.95% 0.51% -
HSV(B) 31.9º 0.95% 0.98% -
XYZ 48.22 38.34 5.21 -
YUV 156.83 46.27 193.75 -
System Red Green Blue C M Y K H S L
Decimal 249 138 12 0 0.45 0.95 0.02 31.9 0.95 0.51
Hex F9 8A C 0 2D 5F 2 20 5F 33
Octal 371 212 14 0 55 137 2 40 137 63
Binary 11111001 10001010 1100 0 101101 1011111 10 100000 1011111 110011

Color Harmonies of #F98A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98A0C

Black with #F98A0C

Text Example


Text Example

White with #F98A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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