Html Css Color HEX #F49008 Tangerine

📋 copy color: '#F49008'

red 244 ◦ green 144 ◦ blue 8

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

Shades of Tangerine #F49008

Tints of Tangerine #F49008

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.36%

 BLUE value IS 8 (3.52% from 255) = 2.02%

R = 61.62%
G = 36.36%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F49008 (or 0xF49008) is known color: Tangerine. HEX triplet: F4, 90 and 08. RGB value is (244,144,8). Sum of RGB (Red+Green+Blue) = 244+144+8=396 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.62% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 8 (3.52% from 255 or 2.02% from 396); Max value from RGB is 244 - color contains mainly: red. Hex color #F49008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F49008 is #0B6FF7. Grayscale: #9F9F9F. Windows color (decimal): -749560 or 561396. OLE color: 561396.

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

Color convert

RGB 244 144 8 -
CMYK 0 0.41 0.97 0.04
HSL 34.58º 0.94% 0.49% -
HSV(B) 34.58º 0.97% 0.96% -
XYZ 47.33 39.2 5.3 -
YUV 158.4 43.13 189.06 -
System Red Green Blue C M Y K H S L
Decimal 244 144 8 0 0.41 0.97 0.04 34.58 0.94 0.49
Hex F4 90 8 0 29 61 4 23 5E 31
Octal 364 220 10 0 51 141 4 43 136 61
Binary 11110100 10010000 1000 0 101001 1100001 100 100011 1011110 110001

Color Harmonies of #F49008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49008

Black with #F49008

Text Example


Text Example

White with #F49008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49008; }

 p { color: rgb(244,144,8); }

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

background-color css

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

 a { background-color: rgb(244,144,8); }

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

border-color css

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

 span { border-color: rgb(244,144,8); }

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