Html Css Color HEX #FE9460 Atomic Tangerine

📋 copy color: '#FE9460'

red 254 ◦ green 148 ◦ blue 96

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

Shades of Atomic Tangerine #FE9460

Tints of Atomic Tangerine #FE9460

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.72%

 BLUE value IS 96 (37.89% from 255) = 19.28%

R = 51%
G = 29.72%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FE9460 (or 0xFE9460) is known color: Atomic Tangerine. HEX triplet: FE, 94 and 60. RGB value is (254,148,96). Sum of RGB (Red+Green+Blue) = 254+148+96=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 148 (58.20% from 255 or 29.72% from 498); Blue value is 96 (37.89% from 255 or 19.28% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9460 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9460 is #016B9F. Grayscale: #AEAEAE. Windows color (decimal): -93088 or 6329598. OLE color: 6329598.

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

Color convert

RGB 254 148 96 -
CMYK 0 0.42 0.62 0.00
HSL 19.75º 0.99% 0.69% -
HSV(B) 19.75º 0.62% 1% -
XYZ 53.57 43.1 16.56 -
YUV 173.77 84.12 185.23 -
System Red Green Blue C M Y K H S L
Decimal 254 148 96 0 0.42 0.62 0.00 19.75 0.99 0.69
Hex FE 94 60 0 2A 3E 0 14 63 45
Octal 376 224 140 0 52 76 0 24 143 105
Binary 11111110 10010100 1100000 0 101010 111110 0 10100 1100011 1000101

Color Harmonies of #FE9460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9460

Black with #FE9460

Text Example


Text Example

White with #FE9460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9460; }

 p { color: rgb(254,148,96); }

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

background-color css

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

 a { background-color: rgb(254,148,96); }

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

border-color css

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

 span { border-color: rgb(254,148,96); }

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