Html Css Color HEX #FE9960 Atomic Tangerine

📋 copy color: '#FE9960'

red 254 ◦ green 153 ◦ blue 96

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

Shades of Atomic Tangerine #FE9960

Tints of Atomic Tangerine #FE9960

RGB

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

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

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

R = 50.5%
G = 30.42%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FE9960 (or 0xFE9960) is known color: Atomic Tangerine. HEX triplet: FE, 99 and 60. RGB value is (254,153,96). Sum of RGB (Red+Green+Blue) = 254+153+96=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 96 (37.89% from 255 or 19.09% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9960 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9960 is #01669F. Grayscale: #B1B1B1. Windows color (decimal): -91808 or 6330878. OLE color: 6330878.

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

Color convert

RGB 254 153 96 -
CMYK 0 0.40 0.62 0.00
HSL 21.65º 0.99% 0.69% -
HSV(B) 21.65º 0.62% 1% -
XYZ 54.38 44.7 16.83 -
YUV 176.7 82.46 183.13 -
System Red Green Blue C M Y K H S L
Decimal 254 153 96 0 0.40 0.62 0.00 21.65 0.99 0.69
Hex FE 99 60 0 28 3E 0 16 63 45
Octal 376 231 140 0 50 76 0 26 143 105
Binary 11111110 10011001 1100000 0 101000 111110 0 10110 1100011 1000101

Color Harmonies of #FE9960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9960

Black with #FE9960

Text Example


Text Example

White with #FE9960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9960; }

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

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

background-color css

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

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

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

border-color css

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

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

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