Html Css Color HEX #F98912 Dark Orange

📋 copy color: '#F98912'

red 249 ◦ green 137 ◦ blue 18

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

Shades of Dark Orange #F98912

Tints of Dark Orange #F98912

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.91%

 BLUE value IS 18 (7.42% from 255) = 4.46%

R = 61.63%
G = 33.91%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#F98912 (or 0xF98912) is known color: Dark Orange. HEX triplet: F9, 89 and 12. RGB value is (249,137,18). Sum of RGB (Red+Green+Blue) = 249+137+18=404 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.63% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 18 (7.42% from 255 or 4.46% from 404); Max value from RGB is 249 - color contains mainly: red. Hex color #F98912 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F98912 is #0676ED. Grayscale: #9D9D9D. Windows color (decimal): -423662 or 1214969. OLE color: 1214969.

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

Color convert

RGB 249 137 18 -
CMYK 0 0.45 0.93 0.02
HSL 30.91º 0.95% 0.52% -
HSV(B) 30.91º 0.93% 0.98% -
XYZ 48.12 38.07 5.39 -
YUV 156.92 49.61 193.68 -
System Red Green Blue C M Y K H S L
Decimal 249 137 18 0 0.45 0.93 0.02 30.91 0.95 0.52
Hex F9 89 12 0 2D 5D 2 1F 5F 34
Octal 371 211 22 0 55 135 2 37 137 64
Binary 11111001 10001001 10010 0 101101 1011101 10 11111 1011111 110100

Color Harmonies of #F98912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98912

Black with #F98912

Text Example


Text Example

White with #F98912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98912; }

 p { color: rgb(249,137,18); }

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

background-color css

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

 a { background-color: rgb(249,137,18); }

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

border-color css

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

 span { border-color: rgb(249,137,18); }

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