Html Css Color HEX #F1820E Tangerine

📋 copy color: '#F1820E'

red 241 ◦ green 130 ◦ blue 14

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

Shades of Tangerine #F1820E

Tints of Tangerine #F1820E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.77%

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

R = 62.6%
G = 33.77%
B = 3.64%

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

#F1820E (or 0xF1820E) is known color: Tangerine. HEX triplet: F1, 82 and 0E. RGB value is (241,130,14). Sum of RGB (Red+Green+Blue) = 241+130+14=385 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.60% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 14 (5.86% from 255 or 3.64% from 385); Max value from RGB is 241 - color contains mainly: red. Hex color #F1820E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1820E is #0E7DF1. Grayscale: #969696. Windows color (decimal): -949746 or 951025. OLE color: 951025.

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

Color convert

RGB 241 130 14 -
CMYK 0 0.46 0.94 0.05
HSL 30.66º 0.89% 0.5% -
HSV(B) 30.66º 0.94% 0.95% -
XYZ 44.34 34.7 4.78 -
YUV 149.97 51.27 192.93 -
System Red Green Blue C M Y K H S L
Decimal 241 130 14 0 0.46 0.94 0.05 30.66 0.89 0.5
Hex F1 82 E 0 2E 5E 5 1F 59 32
Octal 361 202 16 0 56 136 5 37 131 62
Binary 11110001 10000010 1110 0 101110 1011110 101 11111 1011001 110010

Color Harmonies of #F1820E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1820E

Black with #F1820E

Text Example


Text Example

White with #F1820E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1820E; }

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

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

background-color css

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

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

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

border-color css

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

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

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