Html Css Color HEX #F2860F Tangerine

📋 copy color: '#F2860F'

red 242 ◦ green 134 ◦ blue 15

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

Shades of Tangerine #F2860F

Tints of Tangerine #F2860F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.84%

R = 61.89%
G = 34.27%
B = 3.84%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F2860F (or 0xF2860F) is known color: Tangerine. HEX triplet: F2, 86 and 0F. RGB value is (242,134,15). Sum of RGB (Red+Green+Blue) = 242+134+15=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 15 (6.25% from 255 or 3.84% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F2860F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2860F is #0D79F0. Grayscale: #999999. Windows color (decimal): -883185 or 1017586. OLE color: 1017586.

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

Color convert

RGB 242 134 15 -
CMYK 0 0.45 0.94 0.05
HSL 31.45º 0.9% 0.5% -
HSV(B) 31.45º 0.94% 0.95% -
XYZ 45.23 35.96 5.01 -
YUV 152.73 50.28 191.68 -
System Red Green Blue C M Y K H S L
Decimal 242 134 15 0 0.45 0.94 0.05 31.45 0.9 0.5
Hex F2 86 F 0 2D 5E 5 1F 5A 32
Octal 362 206 17 0 55 136 5 37 132 62
Binary 11110010 10000110 1111 0 101101 1011110 101 11111 1011010 110010

Color Harmonies of #F2860F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2860F

Black with #F2860F

Text Example


Text Example

White with #F2860F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2860F; }

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

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

background-color css

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

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

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

border-color css

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

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

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