Html Css Color HEX #F18C0E Tangerine

📋 copy color: '#F18C0E'

red 241 ◦ green 140 ◦ blue 14

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

Shades of Tangerine #F18C0E

Tints of Tangerine #F18C0E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.44%

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

R = 61.01%
G = 35.44%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F18C0E (or 0xF18C0E) is known color: Tangerine. HEX triplet: F1, 8C and 0E. RGB value is (241,140,14). Sum of RGB (Red+Green+Blue) = 241+140+14=395 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.01% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 14 (5.86% from 255 or 3.54% from 395); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18C0E is #0E73F1. Grayscale: #9C9C9C. Windows color (decimal): -947186 or 953585. OLE color: 953585.

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

Color convert

RGB 241 140 14 -
CMYK 0 0.42 0.94 0.05
HSL 33.3º 0.89% 0.5% -
HSV(B) 33.3º 0.94% 0.95% -
XYZ 45.73 37.49 5.24 -
YUV 155.84 47.96 188.75 -
System Red Green Blue C M Y K H S L
Decimal 241 140 14 0 0.42 0.94 0.05 33.3 0.89 0.5
Hex F1 8C E 0 2A 5E 5 21 59 32
Octal 361 214 16 0 52 136 5 41 131 62
Binary 11110001 10001100 1110 0 101010 1011110 101 100001 1011001 110010

Color Harmonies of #F18C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18C0E

Black with #F18C0E

Text Example


Text Example

White with #F18C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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