Html Css Color HEX #F49D10 Dark Tangerine

📋 copy color: '#F49D10'

red 244 ◦ green 157 ◦ blue 16

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

Shades of Dark Tangerine #F49D10

Tints of Dark Tangerine #F49D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.84%

R = 58.51%
G = 37.65%
B = 3.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F49D10 (or 0xF49D10) is known color: Dark Tangerine. HEX triplet: F4, 9D and 10. RGB value is (244,157,16). Sum of RGB (Red+Green+Blue) = 244+157+16=417 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.51% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 16 (6.64% from 255 or 3.84% from 417); Max value from RGB is 244 - color contains mainly: red. Hex color #F49D10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F49D10 is #0B62EF. Grayscale: #A7A7A7. Windows color (decimal): -746224 or 1089012. OLE color: 1089012.

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

Color convert

RGB 244 157 16 -
CMYK 0 0.36 0.93 0.04
HSL 37.11º 0.91% 0.51% -
HSV(B) 37.11º 0.93% 0.96% -
XYZ 49.46 43.38 6.26 -
YUV 166.94 42.82 182.96 -
System Red Green Blue C M Y K H S L
Decimal 244 157 16 0 0.36 0.93 0.04 37.11 0.91 0.51
Hex F4 9D 10 0 24 5D 4 25 5B 33
Octal 364 235 20 0 44 135 4 45 133 63
Binary 11110100 10011101 10000 0 100100 1011101 100 100101 1011011 110011

Color Harmonies of #F49D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49D10

Black with #F49D10

Text Example


Text Example

White with #F49D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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