Html Css Color HEX #FE995F Atomic Tangerine

📋 copy color: '#FE995F'

red 254 ◦ green 153 ◦ blue 95

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

Shades of Atomic Tangerine #FE995F

Tints of Atomic Tangerine #FE995F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.92%

R = 50.6%
G = 30.48%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FE995F (or 0xFE995F) is known color: Atomic Tangerine. HEX triplet: FE, 99 and 5F. RGB value is (254,153,95). Sum of RGB (Red+Green+Blue) = 254+153+95=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 95 (37.5% from 255 or 18.92% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE995F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE995F is #0166A0. Grayscale: #B0B0B0. Windows color (decimal): -91809 or 6265342. OLE color: 6265342.

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

Color convert

RGB 254 153 95 -
CMYK 0 0.40 0.63 0.00
HSL 21.89º 0.99% 0.68% -
HSV(B) 21.89º 0.63% 1% -
XYZ 54.33 44.68 16.59 -
YUV 176.59 81.96 183.22 -
System Red Green Blue C M Y K H S L
Decimal 254 153 95 0 0.40 0.63 0.00 21.89 0.99 0.68
Hex FE 99 5F 0 28 3F 0 16 63 44
Octal 376 231 137 0 50 77 0 26 143 104
Binary 11111110 10011001 1011111 0 101000 111111 0 10110 1100011 1000100

Color Harmonies of #FE995F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE995F

Black with #FE995F

Text Example


Text Example

White with #FE995F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE995F; }

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

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

background-color css

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

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

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

border-color css

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

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

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