Html Css Color HEX #F18C07 Tangerine

📋 copy color: '#F18C07'

red 241 ◦ green 140 ◦ blue 7

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

Shades of Tangerine #F18C07

Tints of Tangerine #F18C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.8%

R = 62.11%
G = 36.08%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F18C07 (or 0xF18C07) is known color: Tangerine. HEX triplet: F1, 8C and 07. RGB value is (241,140,7). Sum of RGB (Red+Green+Blue) = 241+140+7=388 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.11% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 7 (3.12% from 255 or 1.80% from 388); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18C07 is #0E73F8. Grayscale: #9B9B9B. Windows color (decimal): -947193 or 494833. OLE color: 494833.

HSL color Cylindrical-coordinate representation of color #F18C07: hue angle of 34.1º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F18C07 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 140 7 -
CMYK 0 0.42 0.97 0.05
HSL 34.1º 0.94% 0.49% -
HSV(B) 34.1º 0.97% 0.95% -
XYZ 45.69 37.47 5.03 -
YUV 155.04 44.46 189.31 -
System Red Green Blue C M Y K H S L
Decimal 241 140 7 0 0.42 0.97 0.05 34.1 0.94 0.49
Hex F1 8C 7 0 2A 61 5 22 5E 31
Octal 361 214 7 0 52 141 5 42 136 61
Binary 11110001 10001100 111 0 101010 1100001 101 100010 1011110 110001

Color Harmonies of #F18C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18C07

Black with #F18C07

Text Example


Text Example

White with #F18C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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