Html Css Color HEX #F28112 Tangerine

📋 copy color: '#F28112'

red 242 ◦ green 129 ◦ blue 18

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

Shades of Tangerine #F28112

Tints of Tangerine #F28112

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.16%

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

R = 62.21%
G = 33.16%
B = 4.63%

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

#F28112 (or 0xF28112) is known color: Tangerine. HEX triplet: F2, 81 and 12. RGB value is (242,129,18). Sum of RGB (Red+Green+Blue) = 242+129+18=389 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.21% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 18 (7.42% from 255 or 4.63% from 389); Max value from RGB is 242 - color contains mainly: red. Hex color #F28112 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28112 is #0D7EED. Grayscale: #969696. Windows color (decimal): -884462 or 1212914. OLE color: 1212914.

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

Color convert

RGB 242 129 18 -
CMYK 0 0.47 0.93 0.05
HSL 29.73º 0.9% 0.51% -
HSV(B) 29.73º 0.93% 0.95% -
XYZ 44.58 34.62 4.91 -
YUV 150.13 53.44 193.53 -
System Red Green Blue C M Y K H S L
Decimal 242 129 18 0 0.47 0.93 0.05 29.73 0.9 0.51
Hex F2 81 12 0 2F 5D 5 1E 5A 33
Octal 362 201 22 0 57 135 5 36 132 63
Binary 11110010 10000001 10010 0 101111 1011101 101 11110 1011010 110011

Color Harmonies of #F28112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28112

Black with #F28112

Text Example


Text Example

White with #F28112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28112; }

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

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

background-color css

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

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

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

border-color css

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

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

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