Html Css Color HEX #F18313 Tangerine

📋 copy color: '#F18313'

red 241 ◦ green 131 ◦ blue 19

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

Shades of Tangerine #F18313

Tints of Tangerine #F18313

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.5%

 BLUE value IS 19 (7.81% from 255) = 4.86%

R = 61.64%
G = 33.5%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F18313 (or 0xF18313) is known color: Tangerine. HEX triplet: F1, 83 and 13. RGB value is (241,131,19). Sum of RGB (Red+Green+Blue) = 241+131+19=391 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.64% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 19 (7.81% from 255 or 4.86% from 391); Max value from RGB is 241 - color contains mainly: red. Hex color #F18313 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18313 is #0E7CEC. Grayscale: #979797. Windows color (decimal): -949485 or 1278961. OLE color: 1278961.

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

Color convert

RGB 241 131 19 -
CMYK 0 0.46 0.92 0.05
HSL 30.27º 0.89% 0.51% -
HSV(B) 30.27º 0.92% 0.95% -
XYZ 44.51 34.98 5.02 -
YUV 151.12 53.44 192.11 -
System Red Green Blue C M Y K H S L
Decimal 241 131 19 0 0.46 0.92 0.05 30.27 0.89 0.51
Hex F1 83 13 0 2E 5C 5 1E 59 33
Octal 361 203 23 0 56 134 5 36 131 63
Binary 11110001 10000011 10011 0 101110 1011100 101 11110 1011001 110011

Color Harmonies of #F18313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18313

Black with #F18313

Text Example


Text Example

White with #F18313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18313; }

 p { color: rgb(241,131,19); }

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

background-color css

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

 a { background-color: rgb(241,131,19); }

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

border-color css

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

 span { border-color: rgb(241,131,19); }

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