Html Css Color HEX #F18E0C Tangerine

📋 copy color: '#F18E0C'

red 241 ◦ green 142 ◦ blue 12

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

Shades of Tangerine #F18E0C

Tints of Tangerine #F18E0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.04%

R = 61.01%
G = 35.95%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F18E0C (or 0xF18E0C) is known color: Tangerine. HEX triplet: F1, 8E and 0C. RGB value is (241,142,12). Sum of RGB (Red+Green+Blue) = 241+142+12=395 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.01% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 12 (5.08% from 255 or 3.04% from 395); Max value from RGB is 241 - color contains mainly: red. Hex color #F18E0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18E0C is #0E71F3. Grayscale: #9D9D9D. Windows color (decimal): -946676 or 823025. OLE color: 823025.

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

Color convert

RGB 241 142 12 -
CMYK 0 0.41 0.95 0.05
HSL 34.06º 0.91% 0.5% -
HSV(B) 34.06º 0.95% 0.95% -
XYZ 46.01 38.07 5.27 -
YUV 156.78 46.3 188.07 -
System Red Green Blue C M Y K H S L
Decimal 241 142 12 0 0.41 0.95 0.05 34.06 0.91 0.5
Hex F1 8E C 0 29 5F 5 22 5B 32
Octal 361 216 14 0 51 137 5 42 133 62
Binary 11110001 10001110 1100 0 101001 1011111 101 100010 1011011 110010

Color Harmonies of #F18E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18E0C

Black with #F18E0C

Text Example


Text Example

White with #F18E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18E0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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