Html Css Color HEX #F28011 Tangerine

📋 copy color: '#F28011'

red 242 ◦ green 128 ◦ blue 17

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

Shades of Tangerine #F28011

Tints of Tangerine #F28011

RGB

 RED value IS 242 (94.92% from 255) = 62.53%

 GREEN value IS 128 (50.39% from 255) = 33.07%

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

R = 62.53%
G = 33.07%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F28011 (or 0xF28011) is known color: Tangerine. HEX triplet: F2, 80 and 11. RGB value is (242,128,17). Sum of RGB (Red+Green+Blue) = 242+128+17=387 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.53% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 17 (7.03% from 255 or 4.39% from 387); Max value from RGB is 242 - color contains mainly: red. Hex color #F28011 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28011 is #0D7FEE. Grayscale: #959595. Windows color (decimal): -884719 or 1147122. OLE color: 1147122.

HSL color Cylindrical-coordinate representation of color #F28011: hue angle of 29.6º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F28011 is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 128 17 -
CMYK 0 0.47 0.93 0.05
HSL 29.6º 0.9% 0.51% -
HSV(B) 29.6º 0.93% 0.95% -
XYZ 44.44 34.36 4.82 -
YUV 149.43 53.27 194.03 -
System Red Green Blue C M Y K H S L
Decimal 242 128 17 0 0.47 0.93 0.05 29.6 0.9 0.51
Hex F2 80 11 0 2F 5D 5 1E 5A 33
Octal 362 200 21 0 57 135 5 36 132 63
Binary 11110010 10000000 10001 0 101111 1011101 101 11110 1011010 110011

Color Harmonies of #F28011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28011

Black with #F28011

Text Example


Text Example

White with #F28011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28011; }

 p { color: rgb(242,128,17); }

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

background-color css

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

 a { background-color: rgb(242,128,17); }

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

border-color css

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

 span { border-color: rgb(242,128,17); }

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