Html Css Color HEX #F08F0E Tangerine

📋 copy color: '#F08F0E'

red 240 ◦ green 143 ◦ blue 14

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

Shades of Tangerine #F08F0E

Tints of Tangerine #F08F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.53%

R = 60.45%
G = 36.02%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F08F0E (or 0xF08F0E) is known color: Tangerine. HEX triplet: F0, 8F and 0E. RGB value is (240,143,14). Sum of RGB (Red+Green+Blue) = 240+143+14=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 14 (5.86% from 255 or 3.53% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F08F0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08F0E is #0F70F1. Grayscale: #9D9D9D. Windows color (decimal): -1011954 or 954352. OLE color: 954352.

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

Color convert

RGB 240 143 14 -
CMYK 0 0.40 0.94 0.06
HSL 34.25º 0.89% 0.5% -
HSV(B) 34.25º 0.94% 0.94% -
XYZ 45.84 38.2 5.37 -
YUV 157.3 47.14 186.99 -
System Red Green Blue C M Y K H S L
Decimal 240 143 14 0 0.40 0.94 0.06 34.25 0.89 0.5
Hex F0 8F E 0 28 5E 6 22 59 32
Octal 360 217 16 0 50 136 6 42 131 62
Binary 11110000 10001111 1110 0 101000 1011110 110 100010 1011001 110010

Color Harmonies of #F08F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08F0E

Black with #F08F0E

Text Example


Text Example

White with #F08F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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