Html Css Color HEX #FE996F Atomic Tangerine

📋 copy color: '#FE996F'

red 254 ◦ green 153 ◦ blue 111

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

Shades of Atomic Tangerine #FE996F

Tints of Atomic Tangerine #FE996F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.43%

R = 49.03%
G = 29.54%
B = 21.43%

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

#FE996F (or 0xFE996F) is known color: Atomic Tangerine. HEX triplet: FE, 99 and 6F. RGB value is (254,153,111). Sum of RGB (Red+Green+Blue) = 254+153+111=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 111 (43.75% from 255 or 21.43% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FE996F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE996F is #016690. Grayscale: #B2B2B2. Windows color (decimal): -91793 or 7313918. OLE color: 7313918.

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

Color convert

RGB 254 153 111 -
CMYK 0 0.40 0.56 0.00
HSL 17.62º 0.99% 0.72% -
HSV(B) 17.62º 0.56% 1% -
XYZ 55.13 45 20.82 -
YUV 178.41 89.96 181.92 -
System Red Green Blue C M Y K H S L
Decimal 254 153 111 0 0.40 0.56 0.00 17.62 0.99 0.72
Hex FE 99 6F 0 28 38 0 12 63 48
Octal 376 231 157 0 50 70 0 22 143 110
Binary 11111110 10011001 1101111 0 101000 111000 0 10010 1100011 1001000

Color Harmonies of #FE996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE996F

Black with #FE996F

Text Example


Text Example

White with #FE996F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE996F; }

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

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

background-color css

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

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

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

border-color css

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

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

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