Html Css Color HEX #F98D12 Dark Orange

📋 copy color: '#F98D12'

red 249 ◦ green 141 ◦ blue 18

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

Shades of Dark Orange #F98D12

Tints of Dark Orange #F98D12

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.56%

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

R = 61.03%
G = 34.56%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#F98D12 (or 0xF98D12) is known color: Dark Orange. HEX triplet: F9, 8D and 12. RGB value is (249,141,18). Sum of RGB (Red+Green+Blue) = 249+141+18=408 (54% of max value = 765). Red value is 249 (97.66% from 255 or 61.03% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 18 (7.42% from 255 or 4.41% from 408); Max value from RGB is 249 - color contains mainly: red. Hex color #F98D12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F98D12 is #0672ED. Grayscale: #9F9F9F. Windows color (decimal): -422638 or 1215993. OLE color: 1215993.

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

Color convert

RGB 249 141 18 -
CMYK 0 0.43 0.93 0.02
HSL 31.95º 0.95% 0.52% -
HSV(B) 31.95º 0.93% 0.98% -
XYZ 48.7 39.23 5.58 -
YUV 159.27 48.28 192 -
System Red Green Blue C M Y K H S L
Decimal 249 141 18 0 0.43 0.93 0.02 31.95 0.95 0.52
Hex F9 8D 12 0 2B 5D 2 20 5F 34
Octal 371 215 22 0 53 135 2 40 137 64
Binary 11111001 10001101 10010 0 101011 1011101 10 100000 1011111 110100

Color Harmonies of #F98D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98D12

Black with #F98D12

Text Example


Text Example

White with #F98D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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