Html Css Color HEX #F08A10 Tangerine

📋 copy color: '#F08A10'

red 240 ◦ green 138 ◦ blue 16

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

Shades of Tangerine #F08A10

Tints of Tangerine #F08A10

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.03%

 BLUE value IS 16 (6.64% from 255) = 4.06%

R = 60.91%
G = 35.03%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F08A10 (or 0xF08A10) is known color: Tangerine. HEX triplet: F0, 8A and 10. RGB value is (240,138,16). Sum of RGB (Red+Green+Blue) = 240+138+16=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 16 (6.64% from 255 or 4.06% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08A10 is #0F75EF. Grayscale: #9B9B9B. Windows color (decimal): -1013232 or 1084144. OLE color: 1084144.

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

Color convert

RGB 240 138 16 -
CMYK 0 0.42 0.93 0.06
HSL 32.68º 0.88% 0.5% -
HSV(B) 32.68º 0.93% 0.94% -
XYZ 45.12 36.74 5.2 -
YUV 154.59 49.79 188.92 -
System Red Green Blue C M Y K H S L
Decimal 240 138 16 0 0.42 0.93 0.06 32.68 0.88 0.5
Hex F0 8A 10 0 2A 5D 6 21 58 32
Octal 360 212 20 0 52 135 6 41 130 62
Binary 11110000 10001010 10000 0 101010 1011101 110 100001 1011000 110010

Color Harmonies of #F08A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08A10

Black with #F08A10

Text Example


Text Example

White with #F08A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08A10; }

 p { color: rgb(240,138,16); }

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

background-color css

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

 a { background-color: rgb(240,138,16); }

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

border-color css

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

 span { border-color: rgb(240,138,16); }

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