Html Css Color HEX #F28012 Tangerine

📋 copy color: '#F28012'

red 242 ◦ green 128 ◦ blue 18

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

Shades of Tangerine #F28012

Tints of Tangerine #F28012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.64%

R = 62.37%
G = 32.99%
B = 4.64%

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

#F28012 (or 0xF28012) is known color: Tangerine. HEX triplet: F2, 80 and 12. RGB value is (242,128,18). Sum of RGB (Red+Green+Blue) = 242+128+18=388 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.37% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 18 (7.42% from 255 or 4.64% from 388); Max value from RGB is 242 - color contains mainly: red. Hex color #F28012 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28012 is #0D7FED. Grayscale: #969696. Windows color (decimal): -884718 or 1212658. OLE color: 1212658.

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

Color convert

RGB 242 128 18 -
CMYK 0 0.47 0.93 0.05
HSL 29.46º 0.9% 0.51% -
HSV(B) 29.46º 0.93% 0.95% -
XYZ 44.45 34.36 4.86 -
YUV 149.55 53.77 193.94 -
System Red Green Blue C M Y K H S L
Decimal 242 128 18 0 0.47 0.93 0.05 29.46 0.9 0.51
Hex F2 80 12 0 2F 5D 5 1D 5A 33
Octal 362 200 22 0 57 135 5 35 132 63
Binary 11110010 10000000 10010 0 101111 1011101 101 11101 1011010 110011

Color Harmonies of #F28012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28012

Black with #F28012

Text Example


Text Example

White with #F28012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28012; }

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

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

background-color css

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

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

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

border-color css

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

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

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