Html Css Color HEX #F48211 Tangerine

📋 copy color: '#F48211'

red 244 ◦ green 130 ◦ blue 17

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

Shades of Tangerine #F48211

Tints of Tangerine #F48211

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.25%

 BLUE value IS 17 (7.03% from 255) = 4.35%

R = 62.4%
G = 33.25%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F48211 (or 0xF48211) is known color: Tangerine. HEX triplet: F4, 82 and 11. RGB value is (244,130,17). Sum of RGB (Red+Green+Blue) = 244+130+17=391 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.40% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 17 (7.03% from 255 or 4.35% from 391); Max value from RGB is 244 - color contains mainly: red. Hex color #F48211 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F48211 is #0B7DEE. Grayscale: #979797. Windows color (decimal): -753135 or 1147636. OLE color: 1147636.

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

Color convert

RGB 244 130 17 -
CMYK 0 0.47 0.93 0.04
HSL 29.87º 0.91% 0.51% -
HSV(B) 29.87º 0.93% 0.96% -
XYZ 45.39 35.24 4.94 -
YUV 151.2 52.27 194.19 -
System Red Green Blue C M Y K H S L
Decimal 244 130 17 0 0.47 0.93 0.04 29.87 0.91 0.51
Hex F4 82 11 0 2F 5D 4 1E 5B 33
Octal 364 202 21 0 57 135 4 36 133 63
Binary 11110100 10000010 10001 0 101111 1011101 100 11110 1011011 110011

Color Harmonies of #F48211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48211

Black with #F48211

Text Example


Text Example

White with #F48211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48211; }

 p { color: rgb(244,130,17); }

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

background-color css

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

 a { background-color: rgb(244,130,17); }

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

border-color css

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

 span { border-color: rgb(244,130,17); }

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