Html Css Color HEX #FE9770 Atomic Tangerine

📋 copy color: '#FE9770'

red 254 ◦ green 151 ◦ blue 112

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

Shades of Atomic Tangerine #FE9770

Tints of Atomic Tangerine #FE9770

RGB

 RED value IS 254 (99.61% from 255) = 49.13%

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

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

R = 49.13%
G = 29.21%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE9770 (or 0xFE9770) is known color: Atomic Tangerine. HEX triplet: FE, 97 and 70. RGB value is (254,151,112). Sum of RGB (Red+Green+Blue) = 254+151+112=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 151 (59.38% from 255 or 29.21% from 517); Blue value is 112 (44.14% from 255 or 21.66% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9770 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9770 is #01688F. Grayscale: #B1B1B1. Windows color (decimal): -92304 or 7378942. OLE color: 7378942.

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

Color convert

RGB 254 151 112 -
CMYK 0 0.41 0.56 0.00
HSL 16.48º 0.99% 0.72% -
HSV(B) 16.48º 0.56% 1% -
XYZ 54.86 44.37 21 -
YUV 177.35 91.12 182.67 -
System Red Green Blue C M Y K H S L
Decimal 254 151 112 0 0.41 0.56 0.00 16.48 0.99 0.72
Hex FE 97 70 0 29 38 0 10 63 48
Octal 376 227 160 0 51 70 0 20 143 110
Binary 11111110 10010111 1110000 0 101001 111000 0 10000 1100011 1001000

Color Harmonies of #FE9770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9770

Black with #FE9770

Text Example


Text Example

White with #FE9770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9770; }

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

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

background-color css

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

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

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

border-color css

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

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

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