Html Css Color HEX #F2860B Tangerine

📋 copy color: '#F2860B'

red 242 ◦ green 134 ◦ blue 11

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

Shades of Tangerine #F2860B

Tints of Tangerine #F2860B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.84%

R = 62.53%
G = 34.63%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2860B (or 0xF2860B) is known color: Tangerine. HEX triplet: F2, 86 and 0B. RGB value is (242,134,11). Sum of RGB (Red+Green+Blue) = 242+134+11=387 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.53% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 11 (4.69% from 255 or 2.84% from 387); Max value from RGB is 242 - color contains mainly: red. Hex color #F2860B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2860B is #0D79F4. Grayscale: #989898. Windows color (decimal): -883189 or 755442. OLE color: 755442.

HSL color Cylindrical-coordinate representation of color #F2860B: hue angle of 31.95º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2860B is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 134 11 -
CMYK 0 0.45 0.95 0.05
HSL 31.95º 0.91% 0.5% -
HSV(B) 31.95º 0.95% 0.95% -
XYZ 45.2 35.95 4.87 -
YUV 152.27 48.28 192 -
System Red Green Blue C M Y K H S L
Decimal 242 134 11 0 0.45 0.95 0.05 31.95 0.91 0.5
Hex F2 86 B 0 2D 5F 5 20 5B 32
Octal 362 206 13 0 55 137 5 40 133 62
Binary 11110010 10000110 1011 0 101101 1011111 101 100000 1011011 110010

Color Harmonies of #F2860B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2860B

Black with #F2860B

Text Example


Text Example

White with #F2860B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2860B; }

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

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

background-color css

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

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

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

border-color css

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

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

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