Html Css Color HEX #F49100 Dark Orange

📋 copy color: '#F49100'

red 244 ◦ green 145 ◦ blue 0

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

Shades of Dark Orange #F49100

Tints of Dark Orange #F49100

RGB

 RED value IS 244 (95.7% from 255) = 62.72%

 GREEN value IS 145 (57.03% from 255) = 37.28%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.72%
G = 37.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F49100 (or 0xF49100) is known color: Dark Orange. HEX triplet: F4, 91 and 00. RGB value is (244,145,0). Sum of RGB (Red+Green+Blue) = 244+145+0=389 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.72% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 0 (0.39% from 255 or 0% from 389); Max value from RGB is 244 - color contains mainly: red. Hex color #F49100 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F49100 is #0B6EFF. Grayscale: #9E9E9E. Windows color (decimal): -749312 or 37364. OLE color: 37364.

HSL color Cylindrical-coordinate representation of color #F49100: hue angle of 35.66º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F49100 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 145 0 -
CMYK 0 0.41 1 0.04
HSL 35.66º 1% 0.48% -
HSV(B) 35.66º 1% 0.96% -
XYZ 47.43 39.48 5.12 -
YUV 158.07 38.8 189.29 -
System Red Green Blue C M Y K H S L
Decimal 244 145 0 0 0.41 1 0.04 35.66 1 0.48
Hex F4 91 0 0 29 64 4 24 64 30
Octal 364 221 0 0 51 144 4 44 144 60
Binary 11110100 10010001 0 0 101001 1100100 100 100100 1100100 110000

Color Harmonies of #F49100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49100

Black with #F49100

Text Example


Text Example

White with #F49100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49100; }

 p { color: rgb(244,145,0); }

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

background-color css

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

 a { background-color: rgb(244,145,0); }

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

border-color css

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

 span { border-color: rgb(244,145,0); }

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