Html Css Color HEX #F08F0A Tangerine

📋 copy color: '#F08F0A'

red 240 ◦ green 143 ◦ blue 10

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

Shades of Tangerine #F08F0A

Tints of Tangerine #F08F0A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.39%

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

R = 61.07%
G = 36.39%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F08F0A (or 0xF08F0A) is known color: Tangerine. HEX triplet: F0, 8F and 0A. RGB value is (240,143,10). Sum of RGB (Red+Green+Blue) = 240+143+10=393 (52% of max value = 765). Red value is 240 (94.14% from 255 or 61.07% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 10 (4.30% from 255 or 2.54% from 393); Max value from RGB is 240 - color contains mainly: red. Hex color #F08F0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08F0A is #0F70F5. Grayscale: #9D9D9D. Windows color (decimal): -1011958 or 692208. OLE color: 692208.

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

Color convert

RGB 240 143 10 -
CMYK 0 0.40 0.96 0.06
HSL 34.7º 0.92% 0.49% -
HSV(B) 34.7º 0.96% 0.94% -
XYZ 45.81 38.19 5.24 -
YUV 156.84 45.14 187.31 -
System Red Green Blue C M Y K H S L
Decimal 240 143 10 0 0.40 0.96 0.06 34.7 0.92 0.49
Hex F0 8F A 0 28 60 6 23 5C 31
Octal 360 217 12 0 50 140 6 43 134 61
Binary 11110000 10001111 1010 0 101000 1100000 110 100011 1011100 110001

Color Harmonies of #F08F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08F0A

Black with #F08F0A

Text Example


Text Example

White with #F08F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08F0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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