Html Css Color HEX #F28611 Tangerine

📋 copy color: '#F28611'

red 242 ◦ green 134 ◦ blue 17

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

Shades of Tangerine #F28611

Tints of Tangerine #F28611

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.1%

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

R = 61.58%
G = 34.1%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F28611 (or 0xF28611) is known color: Tangerine. HEX triplet: F2, 86 and 11. RGB value is (242,134,17). Sum of RGB (Red+Green+Blue) = 242+134+17=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 17 (7.03% from 255 or 4.33% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F28611 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28611 is #0D79EE. Grayscale: #999999. Windows color (decimal): -883183 or 1148658. OLE color: 1148658.

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

Color convert

RGB 242 134 17 -
CMYK 0 0.45 0.93 0.05
HSL 31.2º 0.9% 0.51% -
HSV(B) 31.2º 0.93% 0.95% -
XYZ 45.24 35.97 5.09 -
YUV 152.95 51.28 191.51 -
System Red Green Blue C M Y K H S L
Decimal 242 134 17 0 0.45 0.93 0.05 31.2 0.9 0.51
Hex F2 86 11 0 2D 5D 5 1F 5A 33
Octal 362 206 21 0 55 135 5 37 132 63
Binary 11110010 10000110 10001 0 101101 1011101 101 11111 1011010 110011

Color Harmonies of #F28611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28611

Black with #F28611

Text Example


Text Example

White with #F28611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28611; }

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

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

background-color css

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

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

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

border-color css

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

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

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