Html Css Color HEX #F19160 Atomic Tangerine

📋 copy color: '#F19160'

red 241 ◦ green 145 ◦ blue 96

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

Shades of Atomic Tangerine #F19160

Tints of Atomic Tangerine #F19160

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.08%

 BLUE value IS 96 (37.89% from 255) = 19.92%

R = 50%
G = 30.08%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F19160 (or 0xF19160) is known color: Atomic Tangerine. HEX triplet: F1, 91 and 60. RGB value is (241,145,96). Sum of RGB (Red+Green+Blue) = 241+145+96=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 145 (57.03% from 255 or 30.08% from 482); Blue value is 96 (37.89% from 255 or 19.92% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F19160 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19160 is #0E6E9F. Grayscale: #A8A8A8. Windows color (decimal): -945824 or 6328817. OLE color: 6328817.

HSL color Cylindrical-coordinate representation of color #F19160: hue angle of 20.28º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F19160 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 145 96 -
CMYK 0 0.40 0.60 0.05
HSL 20.28º 0.84% 0.66% -
HSV(B) 20.28º 0.6% 0.95% -
XYZ 48.51 39.8 16.19 -
YUV 168.12 87.3 179.98 -
System Red Green Blue C M Y K H S L
Decimal 241 145 96 0 0.40 0.60 0.05 20.28 0.84 0.66
Hex F1 91 60 0 28 3C 5 14 54 42
Octal 361 221 140 0 50 74 5 24 124 102
Binary 11110001 10010001 1100000 0 101000 111100 101 10100 1010100 1000010

Color Harmonies of #F19160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19160

Black with #F19160

Text Example


Text Example

White with #F19160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19160; }

 p { color: rgb(241,145,96); }

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

background-color css

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

 a { background-color: rgb(241,145,96); }

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

border-color css

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

 span { border-color: rgb(241,145,96); }

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