Html Css Color HEX #FE9970 Atomic Tangerine

📋 copy color: '#FE9970'

red 254 ◦ green 153 ◦ blue 112

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

Shades of Atomic Tangerine #FE9970

Tints of Atomic Tangerine #FE9970

RGB

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

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

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

R = 48.94%
G = 29.48%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE9970 (or 0xFE9970) is known color: Atomic Tangerine. HEX triplet: FE, 99 and 70. RGB value is (254,153,112). Sum of RGB (Red+Green+Blue) = 254+153+112=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 112 (44.14% from 255 or 21.58% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9970 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9970 is #01668F. Grayscale: #B2B2B2. Windows color (decimal): -91792 or 7379454. OLE color: 7379454.

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

Color convert

RGB 254 153 112 -
CMYK 0 0.40 0.56 0.00
HSL 17.32º 0.99% 0.72% -
HSV(B) 17.32º 0.56% 1% -
XYZ 55.19 45.02 21.11 -
YUV 178.53 90.46 181.83 -
System Red Green Blue C M Y K H S L
Decimal 254 153 112 0 0.40 0.56 0.00 17.32 0.99 0.72
Hex FE 99 70 0 28 38 0 11 63 48
Octal 376 231 160 0 50 70 0 21 143 110
Binary 11111110 10011001 1110000 0 101000 111000 0 10001 1100011 1001000

Color Harmonies of #FE9970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9970

Black with #FE9970

Text Example


Text Example

White with #FE9970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9970; }

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

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

background-color css

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

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

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

border-color css

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

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

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