Html Css Color HEX #F59970 Atomic Tangerine

📋 copy color: '#F59970'

red 245 ◦ green 153 ◦ blue 112

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

Shades of Atomic Tangerine #F59970

Tints of Atomic Tangerine #F59970

RGB

 RED value IS 245 (96.09% from 255) = 48.04%

 GREEN value IS 153 (60.16% from 255) = 30%

 BLUE value IS 112 (44.14% from 255) = 21.96%

R = 48.04%
G = 30%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F59970 (or 0xF59970) is known color: Atomic Tangerine. HEX triplet: F5, 99 and 70. RGB value is (245,153,112). Sum of RGB (Red+Green+Blue) = 245+153+112=510 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.04% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 112 (44.14% from 255 or 21.96% from 510); Max value from RGB is 245 - color contains mainly: red. Hex color #F59970 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59970 is #0A668F. Grayscale: #B0B0B0. Windows color (decimal): -681616 or 7379445. OLE color: 7379445.

HSL color Cylindrical-coordinate representation of color #F59970: hue angle of 18.5º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F59970 is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 153 112 -
CMYK 0 0.38 0.54 0.04
HSL 18.5º 0.87% 0.7% -
HSV(B) 18.5º 0.54% 0.96% -
XYZ 51.97 43.36 20.96 -
YUV 175.83 91.98 177.33 -
System Red Green Blue C M Y K H S L
Decimal 245 153 112 0 0.38 0.54 0.04 18.5 0.87 0.7
Hex F5 99 70 0 26 36 4 12 57 46
Octal 365 231 160 0 46 66 4 22 127 106
Binary 11110101 10011001 1110000 0 100110 110110 100 10010 1010111 1000110

Color Harmonies of #F59970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59970

Black with #F59970

Text Example


Text Example

White with #F59970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59970; }

 p { color: rgb(245,153,112); }

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

background-color css

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

 a { background-color: rgb(245,153,112); }

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

border-color css

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

 span { border-color: rgb(245,153,112); }

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