Html Css Color HEX #F18E08 Tangerine

📋 copy color: '#F18E08'

red 241 ◦ green 142 ◦ blue 8

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

Shades of Tangerine #F18E08

Tints of Tangerine #F18E08

RGB

 RED value IS 241 (94.53% from 255) = 61.64%

 GREEN value IS 142 (55.86% from 255) = 36.32%

 BLUE value IS 8 (3.52% from 255) = 2.05%

R = 61.64%
G = 36.32%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F18E08 (or 0xF18E08) is known color: Tangerine. HEX triplet: F1, 8E and 08. RGB value is (241,142,8). Sum of RGB (Red+Green+Blue) = 241+142+8=391 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.64% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 8 (3.52% from 255 or 2.05% from 391); Max value from RGB is 241 - color contains mainly: red. Hex color #F18E08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18E08 is #0E71F7. Grayscale: #9C9C9C. Windows color (decimal): -946680 or 560881. OLE color: 560881.

HSL color Cylindrical-coordinate representation of color #F18E08: hue angle of 34.51º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F18E08 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 142 8 -
CMYK 0 0.41 0.97 0.05
HSL 34.51º 0.94% 0.49% -
HSV(B) 34.51º 0.97% 0.95% -
XYZ 45.99 38.06 5.15 -
YUV 156.33 44.3 188.4 -
System Red Green Blue C M Y K H S L
Decimal 241 142 8 0 0.41 0.97 0.05 34.51 0.94 0.49
Hex F1 8E 8 0 29 61 5 23 5E 31
Octal 361 216 10 0 51 141 5 43 136 61
Binary 11110001 10001110 1000 0 101001 1100001 101 100011 1011110 110001

Color Harmonies of #F18E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18E08

Black with #F18E08

Text Example


Text Example

White with #F18E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18E08; }

 p { color: rgb(241,142,8); }

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

background-color css

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

 a { background-color: rgb(241,142,8); }

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

border-color css

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

 span { border-color: rgb(241,142,8); }

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