Html Css Color HEX #F98A12 Dark Orange

📋 copy color: '#F98A12'

red 249 ◦ green 138 ◦ blue 18

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

Shades of Dark Orange #F98A12

Tints of Dark Orange #F98A12

RGB

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

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

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

R = 61.48%
G = 34.07%
B = 4.44%

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

#F98A12 (or 0xF98A12) is known color: Dark Orange. HEX triplet: F9, 8A and 12. RGB value is (249,138,18). Sum of RGB (Red+Green+Blue) = 249+138+18=405 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.48% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 18 (7.42% from 255 or 4.44% from 405); Max value from RGB is 249 - color contains mainly: red. Hex color #F98A12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F98A12 is #0675ED. Grayscale: #9E9E9E. Windows color (decimal): -423406 or 1215225. OLE color: 1215225.

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

Color convert

RGB 249 138 18 -
CMYK 0 0.45 0.93 0.02
HSL 31.17º 0.95% 0.52% -
HSV(B) 31.17º 0.93% 0.98% -
XYZ 48.26 38.36 5.43 -
YUV 157.51 49.27 193.26 -
System Red Green Blue C M Y K H S L
Decimal 249 138 18 0 0.45 0.93 0.02 31.17 0.95 0.52
Hex F9 8A 12 0 2D 5D 2 1F 5F 34
Octal 371 212 22 0 55 135 2 37 137 64
Binary 11111001 10001010 10010 0 101101 1011101 10 11111 1011111 110100

Color Harmonies of #F98A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98A12

Black with #F98A12

Text Example


Text Example

White with #F98A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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