Html Css Color HEX #F0830E Tangerine

📋 copy color: '#F0830E'

red 240 ◦ green 131 ◦ blue 14

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

Shades of Tangerine #F0830E

Tints of Tangerine #F0830E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.03%

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

R = 62.34%
G = 34.03%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F0830E (or 0xF0830E) is known color: Tangerine. HEX triplet: F0, 83 and 0E. RGB value is (240,131,14). Sum of RGB (Red+Green+Blue) = 240+131+14=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 14 (5.86% from 255 or 3.64% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F0830E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0830E is #0F7CF1. Grayscale: #969696. Windows color (decimal): -1015026 or 951280. OLE color: 951280.

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

Color convert

RGB 240 131 14 -
CMYK 0 0.45 0.94 0.06
HSL 31.06º 0.89% 0.5% -
HSV(B) 31.06º 0.94% 0.94% -
XYZ 44.13 34.79 4.8 -
YUV 150.25 51.11 192.01 -
System Red Green Blue C M Y K H S L
Decimal 240 131 14 0 0.45 0.94 0.06 31.06 0.89 0.5
Hex F0 83 E 0 2D 5E 6 1F 59 32
Octal 360 203 16 0 55 136 6 37 131 62
Binary 11110000 10000011 1110 0 101101 1011110 110 11111 1011001 110010

Color Harmonies of #F0830E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0830E

Black with #F0830E

Text Example


Text Example

White with #F0830E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0830E; }

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

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

background-color css

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

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

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

border-color css

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

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

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