Html Css Color HEX #F08B0A Tangerine

📋 copy color: '#F08B0A'

red 240 ◦ green 139 ◦ blue 10

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

Shades of Tangerine #F08B0A

Tints of Tangerine #F08B0A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.73%

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

R = 61.7%
G = 35.73%
B = 2.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F08B0A (or 0xF08B0A) is known color: Tangerine. HEX triplet: F0, 8B and 0A. RGB value is (240,139,10). Sum of RGB (Red+Green+Blue) = 240+139+10=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 139 (54.69% from 255 or 35.73% from 389); Blue value is 10 (4.30% from 255 or 2.57% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F08B0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08B0A is #0F74F5. Grayscale: #9B9B9B. Windows color (decimal): -1012982 or 691184. OLE color: 691184.

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

Color convert

RGB 240 139 10 -
CMYK 0 0.42 0.96 0.06
HSL 33.65º 0.92% 0.49% -
HSV(B) 33.65º 0.96% 0.94% -
XYZ 45.22 37.01 5.05 -
YUV 154.49 46.46 188.99 -
System Red Green Blue C M Y K H S L
Decimal 240 139 10 0 0.42 0.96 0.06 33.65 0.92 0.49
Hex F0 8B A 0 2A 60 6 22 5C 31
Octal 360 213 12 0 52 140 6 42 134 61
Binary 11110000 10001011 1010 0 101010 1100000 110 100010 1011100 110001

Color Harmonies of #F08B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08B0A

Black with #F08B0A

Text Example


Text Example

White with #F08B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08B0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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