Html Css Color HEX #F49C16 Dark Tangerine

📋 copy color: '#F49C16'

red 244 ◦ green 156 ◦ blue 22

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

Shades of Dark Tangerine #F49C16

Tints of Dark Tangerine #F49C16

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.97%

 BLUE value IS 22 (8.98% from 255) = 5.21%

R = 57.82%
G = 36.97%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F49C16 (or 0xF49C16) is known color: Dark Tangerine. HEX triplet: F4, 9C and 16. RGB value is (244,156,22). Sum of RGB (Red+Green+Blue) = 244+156+22=422 (55% of max value = 765). Red value is 244 (95.70% from 255 or 57.82% from 422); Green value is 156 (61.33% from 255 or 36.97% from 422); Blue value is 22 (8.98% from 255 or 5.21% from 422); Max value from RGB is 244 - color contains mainly: red. Hex color #F49C16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F49C16 is #0B63E9. Grayscale: #A7A7A7. Windows color (decimal): -746474 or 1481972. OLE color: 1481972.

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

Color convert

RGB 244 156 22 -
CMYK 0 0.36 0.91 0.04
HSL 36.22º 0.91% 0.52% -
HSV(B) 36.22º 0.91% 0.96% -
XYZ 49.34 43.07 6.47 -
YUV 167.04 46.15 182.9 -
System Red Green Blue C M Y K H S L
Decimal 244 156 22 0 0.36 0.91 0.04 36.22 0.91 0.52
Hex F4 9C 16 0 24 5B 4 24 5B 34
Octal 364 234 26 0 44 133 4 44 133 64
Binary 11110100 10011100 10110 0 100100 1011011 100 100100 1011011 110100

Color Harmonies of #F49C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49C16

Black with #F49C16

Text Example


Text Example

White with #F49C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49C16; }

 p { color: rgb(244,156,22); }

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

background-color css

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

 a { background-color: rgb(244,156,22); }

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

border-color css

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

 span { border-color: rgb(244,156,22); }

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