Html Css Color HEX #F49D0E Dark Tangerine

📋 copy color: '#F49D0E'

red 244 ◦ green 157 ◦ blue 14

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

Shades of Dark Tangerine #F49D0E

Tints of Dark Tangerine #F49D0E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.83%

 BLUE value IS 14 (5.86% from 255) = 3.37%

R = 58.8%
G = 37.83%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F49D0E (or 0xF49D0E) is known color: Dark Tangerine. HEX triplet: F4, 9D and 0E. RGB value is (244,157,14). Sum of RGB (Red+Green+Blue) = 244+157+14=415 (54% of max value = 765). Red value is 244 (95.70% from 255 or 58.80% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 14 (5.86% from 255 or 3.37% from 415); Max value from RGB is 244 - color contains mainly: red. Hex color #F49D0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F49D0E is #0B62F1. Grayscale: #A7A7A7. Windows color (decimal): -746226 or 957940. OLE color: 957940.

HSL color Cylindrical-coordinate representation of color #F49D0E: hue angle of 37.3º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F49D0E is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 157 14 -
CMYK 0 0.36 0.94 0.04
HSL 37.3º 0.91% 0.51% -
HSV(B) 37.3º 0.94% 0.96% -
XYZ 49.44 43.38 6.18 -
YUV 166.71 41.82 183.13 -
System Red Green Blue C M Y K H S L
Decimal 244 157 14 0 0.36 0.94 0.04 37.3 0.91 0.51
Hex F4 9D E 0 24 5E 4 25 5B 33
Octal 364 235 16 0 44 136 4 45 133 63
Binary 11110100 10011101 1110 0 100100 1011110 100 100101 1011011 110011

Color Harmonies of #F49D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49D0E

Black with #F49D0E

Text Example


Text Example

White with #F49D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49D0E; }

 p { color: rgb(244,157,14); }

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

background-color css

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

 a { background-color: rgb(244,157,14); }

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

border-color css

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

 span { border-color: rgb(244,157,14); }

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