Html Css Color HEX #FF9770 Atomic Tangerine

📋 copy color: '#FF9770'

red 255 ◦ green 151 ◦ blue 112

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

Shades of Atomic Tangerine #FF9770

Tints of Atomic Tangerine #FF9770

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.15%

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

R = 49.23%
G = 29.15%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF9770 (or 0xFF9770) is known color: Atomic Tangerine. HEX triplet: FF, 97 and 70. RGB value is (255,151,112). Sum of RGB (Red+Green+Blue) = 255+151+112=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 151 (59.38% from 255 or 29.15% from 518); Blue value is 112 (44.14% from 255 or 21.62% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9770 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9770 is #00688F. Grayscale: #B1B1B1. Windows color (decimal): -26768 or 7378943. OLE color: 7378943.

HSL color Cylindrical-coordinate representation of color #FF9770: hue angle of 16.36º 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 #FF9770 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB 255 151 112 -
CMYK 0 0.41 0.56 0
HSL 16.36º 1% 0.72% -
HSV(B) 16.36º 0.56% 1% -
XYZ 55.23 44.56 21.02 -
YUV 177.65 90.96 183.17 -
System Red Green Blue C M Y K H S L
Decimal 255 151 112 0 0.41 0.56 0 16.36 1 0.72
Hex FF 97 70 0 29 38 0 10 64 48
Octal 377 227 160 0 51 70 0 20 144 110
Binary 11111111 10010111 1110000 0 101001 111000 0 10000 1100100 1001000

Color Harmonies of #FF9770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9770

Black with #FF9770

Text Example


Text Example

White with #FF9770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9770; }

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

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

background-color css

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

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

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

border-color css

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

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

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