Html Css Color HEX #FE915F Atomic Tangerine

📋 copy color: '#FE915F'

red 254 ◦ green 145 ◦ blue 95

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

Shades of Atomic Tangerine #FE915F

Tints of Atomic Tangerine #FE915F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.35%

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

R = 51.42%
G = 29.35%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FE915F (or 0xFE915F) is known color: Atomic Tangerine. HEX triplet: FE, 91 and 5F. RGB value is (254,145,95). Sum of RGB (Red+Green+Blue) = 254+145+95=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 145 (57.03% from 255 or 29.35% from 494); Blue value is 95 (37.5% from 255 or 19.23% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE915F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE915F is #016EA0. Grayscale: #ACACAC. Windows color (decimal): -93857 or 6263294. OLE color: 6263294.

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

Color convert

RGB 254 145 95 -
CMYK 0 0.43 0.63 0.00
HSL 18.87º 0.99% 0.68% -
HSV(B) 18.87º 0.63% 1% -
XYZ 53.06 42.15 16.17 -
YUV 171.89 84.61 186.57 -
System Red Green Blue C M Y K H S L
Decimal 254 145 95 0 0.43 0.63 0.00 18.87 0.99 0.68
Hex FE 91 5F 0 2B 3F 0 13 63 44
Octal 376 221 137 0 53 77 0 23 143 104
Binary 11111110 10010001 1011111 0 101011 111111 0 10011 1100011 1000100

Color Harmonies of #FE915F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE915F

Black with #FE915F

Text Example


Text Example

White with #FE915F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE915F; }

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

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

background-color css

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

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

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

border-color css

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

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

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