Html Css Color HEX #F1800E Tangerine

📋 copy color: '#F1800E'

red 241 ◦ green 128 ◦ blue 14

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

Shades of Tangerine #F1800E

Tints of Tangerine #F1800E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.42%

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

R = 62.92%
G = 33.42%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F1800E (or 0xF1800E) is known color: Tangerine. HEX triplet: F1, 80 and 0E. RGB value is (241,128,14). Sum of RGB (Red+Green+Blue) = 241+128+14=383 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.92% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 14 (5.86% from 255 or 3.66% from 383); Max value from RGB is 241 - color contains mainly: red. Hex color #F1800E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1800E is #0E7FF1. Grayscale: #959595. Windows color (decimal): -950258 or 950513. OLE color: 950513.

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

Color convert

RGB 241 128 14 -
CMYK 0 0.47 0.94 0.05
HSL 30.13º 0.89% 0.5% -
HSV(B) 30.13º 0.94% 0.95% -
XYZ 44.07 34.17 4.69 -
YUV 148.79 51.94 193.77 -
System Red Green Blue C M Y K H S L
Decimal 241 128 14 0 0.47 0.94 0.05 30.13 0.89 0.5
Hex F1 80 E 0 2F 5E 5 1E 59 32
Octal 361 200 16 0 57 136 5 36 131 62
Binary 11110001 10000000 1110 0 101111 1011110 101 11110 1011001 110010

Color Harmonies of #F1800E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1800E

Black with #F1800E

Text Example


Text Example

White with #F1800E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1800E; }

 p { color: rgb(241,128,14); }

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

background-color css

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

 a { background-color: rgb(241,128,14); }

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

border-color css

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

 span { border-color: rgb(241,128,14); }

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