Html Css Color HEX #F0890E Tangerine

📋 copy color: '#F0890E'

red 240 ◦ green 137 ◦ blue 14

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

Shades of Tangerine #F0890E

Tints of Tangerine #F0890E

RGB

 RED value IS 240 (94.14% from 255) = 61.38%

 GREEN value IS 137 (53.91% from 255) = 35.04%

 BLUE value IS 14 (5.86% from 255) = 3.58%

R = 61.38%
G = 35.04%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F0890E (or 0xF0890E) is known color: Tangerine. HEX triplet: F0, 89 and 0E. RGB value is (240,137,14). Sum of RGB (Red+Green+Blue) = 240+137+14=391 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.38% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 14 (5.86% from 255 or 3.58% from 391); Max value from RGB is 240 - color contains mainly: red. Hex color #F0890E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0890E is #0F76F1. Grayscale: #9A9A9A. Windows color (decimal): -1013490 or 952816. OLE color: 952816.

HSL color Cylindrical-coordinate representation of color #F0890E: hue angle of 32.65º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0890E is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 137 14 -
CMYK 0 0.43 0.94 0.06
HSL 32.65º 0.89% 0.5% -
HSV(B) 32.65º 0.94% 0.94% -
XYZ 44.96 36.45 5.08 -
YUV 153.78 49.12 189.5 -
System Red Green Blue C M Y K H S L
Decimal 240 137 14 0 0.43 0.94 0.06 32.65 0.89 0.5
Hex F0 89 E 0 2B 5E 6 21 59 32
Octal 360 211 16 0 53 136 6 41 131 62
Binary 11110000 10001001 1110 0 101011 1011110 110 100001 1011001 110010

Color Harmonies of #F0890E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0890E

Black with #F0890E

Text Example


Text Example

White with #F0890E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0890E; }

 p { color: rgb(240,137,14); }

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

background-color css

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

 a { background-color: rgb(240,137,14); }

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

border-color css

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

 span { border-color: rgb(240,137,14); }

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