Html Css Color HEX #F49300 Dark Orange

📋 copy color: '#F49300'

red 244 ◦ green 147 ◦ blue 0

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

Shades of Dark Orange #F49300

Tints of Dark Orange #F49300

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.6%

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

R = 62.4%
G = 37.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F49300 (or 0xF49300) is known color: Dark Orange. HEX triplet: F4, 93 and 00. RGB value is (244,147,0). Sum of RGB (Red+Green+Blue) = 244+147+0=391 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.40% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 0 (0.39% from 255 or 0% from 391); Max value from RGB is 244 - color contains mainly: red. Hex color #F49300 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F49300 is #0B6CFF. Grayscale: #9F9F9F. Windows color (decimal): -748800 or 37876. OLE color: 37876.

HSL color Cylindrical-coordinate representation of color #F49300: hue angle of 36.15º 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 #F49300 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 147 0 -
CMYK 0 0.40 1 0.04
HSL 36.15º 1% 0.48% -
HSV(B) 36.15º 1% 0.96% -
XYZ 47.74 40.1 5.22 -
YUV 159.25 38.14 188.45 -
System Red Green Blue C M Y K H S L
Decimal 244 147 0 0 0.40 1 0.04 36.15 1 0.48
Hex F4 93 0 0 28 64 4 24 64 30
Octal 364 223 0 0 50 144 4 44 144 60
Binary 11110100 10010011 0 0 101000 1100100 100 100100 1100100 110000

Color Harmonies of #F49300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49300

Black with #F49300

Text Example


Text Example

White with #F49300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49300; }

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

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

background-color css

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

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

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

border-color css

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

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

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