Html Css Color HEX #FF9570 Atomic Tangerine

📋 copy color: '#FF9570'

red 255 ◦ green 149 ◦ blue 112

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

Shades of Atomic Tangerine #FF9570

Tints of Atomic Tangerine #FF9570

RGB

 RED value IS 255 (100% from 255) = 49.42%

 GREEN value IS 149 (58.59% from 255) = 28.88%

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

R = 49.42%
G = 28.88%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF9570 (or 0xFF9570) is known color: Atomic Tangerine. HEX triplet: FF, 95 and 70. RGB value is (255,149,112). Sum of RGB (Red+Green+Blue) = 255+149+112=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 149 (58.59% from 255 or 28.88% from 516); Blue value is 112 (44.14% from 255 or 21.71% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9570 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9570 is #006A8F. Grayscale: #B0B0B0. Windows color (decimal): -27280 or 7378431. OLE color: 7378431.

HSL color Cylindrical-coordinate representation of color #FF9570: hue angle of 15.52º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF9570 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB 255 149 112 -
CMYK 0 0.42 0.56 0
HSL 15.52º 1% 0.72% -
HSV(B) 15.52º 0.56% 1% -
XYZ 54.91 43.92 20.91 -
YUV 176.48 91.62 184.01 -
System Red Green Blue C M Y K H S L
Decimal 255 149 112 0 0.42 0.56 0 15.52 1 0.72
Hex FF 95 70 0 2A 38 0 10 64 48
Octal 377 225 160 0 52 70 0 20 144 110
Binary 11111111 10010101 1110000 0 101010 111000 0 10000 1100100 1001000

Color Harmonies of #FF9570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9570

Black with #FF9570

Text Example


Text Example

White with #FF9570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9570; }

 p { color: rgb(255,149,112); }

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

background-color css

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

 a { background-color: rgb(255,149,112); }

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

border-color css

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

 span { border-color: rgb(255,149,112); }

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