Html Css Color HEX #F98C12 Dark Orange

📋 copy color: '#F98C12'

red 249 ◦ green 140 ◦ blue 18

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

Shades of Dark Orange #F98C12

Tints of Dark Orange #F98C12

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.4%

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

R = 61.18%
G = 34.4%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#F98C12 (or 0xF98C12) is known color: Dark Orange. HEX triplet: F9, 8C and 12. RGB value is (249,140,18). Sum of RGB (Red+Green+Blue) = 249+140+18=407 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.18% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 18 (7.42% from 255 or 4.42% from 407); Max value from RGB is 249 - color contains mainly: red. Hex color #F98C12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F98C12 is #0673ED. Grayscale: #9F9F9F. Windows color (decimal): -422894 or 1215737. OLE color: 1215737.

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

Color convert

RGB 249 140 18 -
CMYK 0 0.44 0.93 0.02
HSL 31.69º 0.95% 0.52% -
HSV(B) 31.69º 0.93% 0.98% -
XYZ 48.55 38.94 5.53 -
YUV 158.68 48.61 192.42 -
System Red Green Blue C M Y K H S L
Decimal 249 140 18 0 0.44 0.93 0.02 31.69 0.95 0.52
Hex F9 8C 12 0 2C 5D 2 20 5F 34
Octal 371 214 22 0 54 135 2 40 137 64
Binary 11111001 10001100 10010 0 101100 1011101 10 100000 1011111 110100

Color Harmonies of #F98C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98C12

Black with #F98C12

Text Example


Text Example

White with #F98C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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