Html Css Color HEX #F1810E Tangerine

📋 copy color: '#F1810E'

red 241 ◦ green 129 ◦ blue 14

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

Shades of Tangerine #F1810E

Tints of Tangerine #F1810E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.59%

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

R = 62.76%
G = 33.59%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F1810E (or 0xF1810E) is known color: Tangerine. HEX triplet: F1, 81 and 0E. RGB value is (241,129,14). Sum of RGB (Red+Green+Blue) = 241+129+14=384 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.76% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 14 (5.86% from 255 or 3.65% from 384); Max value from RGB is 241 - color contains mainly: red. Hex color #F1810E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1810E is #0E7EF1. Grayscale: #959595. Windows color (decimal): -950002 or 950769. OLE color: 950769.

HSL color Cylindrical-coordinate representation of color #F1810E: hue angle of 30.4º 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 #F1810E is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 129 14 -
CMYK 0 0.46 0.94 0.05
HSL 30.4º 0.89% 0.5% -
HSV(B) 30.4º 0.94% 0.95% -
XYZ 44.21 34.43 4.73 -
YUV 149.38 51.61 193.35 -
System Red Green Blue C M Y K H S L
Decimal 241 129 14 0 0.46 0.94 0.05 30.4 0.89 0.5
Hex F1 81 E 0 2E 5E 5 1E 59 32
Octal 361 201 16 0 56 136 5 36 131 62
Binary 11110001 10000001 1110 0 101110 1011110 101 11110 1011001 110010

Color Harmonies of #F1810E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1810E

Black with #F1810E

Text Example


Text Example

White with #F1810E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1810E; }

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

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

background-color css

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

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

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

border-color css

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

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

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