Html Css Color HEX #F0840A Tangerine

📋 copy color: '#F0840A'

red 240 ◦ green 132 ◦ blue 10

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

Shades of Tangerine #F0840A

Tints of Tangerine #F0840A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.62%

R = 62.83%
G = 34.55%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F0840A (or 0xF0840A) is known color: Tangerine. HEX triplet: F0, 84 and 0A. RGB value is (240,132,10). Sum of RGB (Red+Green+Blue) = 240+132+10=382 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.83% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 10 (4.30% from 255 or 2.62% from 382); Max value from RGB is 240 - color contains mainly: red. Hex color #F0840A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0840A is #0F7BF5. Grayscale: #969696. Windows color (decimal): -1014774 or 689392. OLE color: 689392.

HSL color Cylindrical-coordinate representation of color #F0840A: hue angle of 31.83º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0840A is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 132 10 -
CMYK 0 0.45 0.96 0.06
HSL 31.83º 0.92% 0.49% -
HSV(B) 31.83º 0.96% 0.94% -
XYZ 44.24 35.05 4.72 -
YUV 150.38 48.78 191.92 -
System Red Green Blue C M Y K H S L
Decimal 240 132 10 0 0.45 0.96 0.06 31.83 0.92 0.49
Hex F0 84 A 0 2D 60 6 20 5C 31
Octal 360 204 12 0 55 140 6 40 134 61
Binary 11110000 10000100 1010 0 101101 1100000 110 100000 1011100 110001

Color Harmonies of #F0840A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0840A

Black with #F0840A

Text Example


Text Example

White with #F0840A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0840A; }

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

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

background-color css

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

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

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

border-color css

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

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

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