Html Css Color HEX #F0840F Tangerine

📋 copy color: '#F0840F'

red 240 ◦ green 132 ◦ blue 15

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

Shades of Tangerine #F0840F

Tints of Tangerine #F0840F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.11%

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

R = 62.02%
G = 34.11%
B = 3.88%

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

#F0840F (or 0xF0840F) is known color: Tangerine. HEX triplet: F0, 84 and 0F. RGB value is (240,132,15). Sum of RGB (Red+Green+Blue) = 240+132+15=387 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.02% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 15 (6.25% from 255 or 3.88% from 387); Max value from RGB is 240 - color contains mainly: red. Hex color #F0840F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0840F is #0F7BF0. Grayscale: #979797. Windows color (decimal): -1014769 or 1017072. OLE color: 1017072.

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

Color convert

RGB 240 132 15 -
CMYK 0 0.45 0.94 0.06
HSL 31.2º 0.88% 0.5% -
HSV(B) 31.2º 0.94% 0.94% -
XYZ 44.27 35.06 4.89 -
YUV 150.95 51.28 191.51 -
System Red Green Blue C M Y K H S L
Decimal 240 132 15 0 0.45 0.94 0.06 31.2 0.88 0.5
Hex F0 84 F 0 2D 5E 6 1F 58 32
Octal 360 204 17 0 55 136 6 37 130 62
Binary 11110000 10000100 1111 0 101101 1011110 110 11111 1011000 110010

Color Harmonies of #F0840F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0840F

Black with #F0840F

Text Example


Text Example

White with #F0840F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0840F; }

 p { color: rgb(240,132,15); }

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

background-color css

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

 a { background-color: rgb(240,132,15); }

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

border-color css

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

 span { border-color: rgb(240,132,15); }

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