Html Css Color HEX #F49500 Dark Orange

📋 copy color: '#F49500'

red 244 ◦ green 149 ◦ blue 0

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

Shades of Dark Orange #F49500

Tints of Dark Orange #F49500

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.91%

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

R = 62.09%
G = 37.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F49500 (or 0xF49500) is known color: Dark Orange. HEX triplet: F4, 95 and 00. RGB value is (244,149,0). Sum of RGB (Red+Green+Blue) = 244+149+0=393 (52% of max value = 765). Red value is 244 (95.70% from 255 or 62.09% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 0 (0.39% from 255 or 0% from 393); Max value from RGB is 244 - color contains mainly: red. Hex color #F49500 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F49500 is #0B6AFF. Grayscale: #A1A1A1. Windows color (decimal): -748288 or 38388. OLE color: 38388.

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

Color convert

RGB 244 149 0 -
CMYK 0 0.39 1 0.04
HSL 36.64º 1% 0.48% -
HSV(B) 36.64º 1% 0.96% -
XYZ 48.06 40.73 5.33 -
YUV 160.42 37.47 187.62 -
System Red Green Blue C M Y K H S L
Decimal 244 149 0 0 0.39 1 0.04 36.64 1 0.48
Hex F4 95 0 0 27 64 4 25 64 30
Octal 364 225 0 0 47 144 4 45 144 60
Binary 11110100 10010101 0 0 100111 1100100 100 100101 1100100 110000

Color Harmonies of #F49500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49500

Black with #F49500

Text Example


Text Example

White with #F49500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49500; }

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

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

background-color css

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

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

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

border-color css

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

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

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