Html Css Color HEX #FE915A Atomic Tangerine

📋 copy color: '#FE915A'

red 254 ◦ green 145 ◦ blue 90

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

Shades of Atomic Tangerine #FE915A

Tints of Atomic Tangerine #FE915A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.4%

R = 51.94%
G = 29.65%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FE915A (or 0xFE915A) is known color: Atomic Tangerine. HEX triplet: FE, 91 and 5A. RGB value is (254,145,90). Sum of RGB (Red+Green+Blue) = 254+145+90=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 145 (57.03% from 255 or 29.65% from 489); Blue value is 90 (35.55% from 255 or 18.40% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE915A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE915A is #016EA5. Grayscale: #ABABAB. Windows color (decimal): -93862 or 5935614. OLE color: 5935614.

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

Color convert

RGB 254 145 90 -
CMYK 0 0.43 0.65 0.00
HSL 20.12º 0.99% 0.67% -
HSV(B) 20.12º 0.65% 1% -
XYZ 52.84 42.06 15.01 -
YUV 171.32 82.11 186.97 -
System Red Green Blue C M Y K H S L
Decimal 254 145 90 0 0.43 0.65 0.00 20.12 0.99 0.67
Hex FE 91 5A 0 2B 41 0 14 63 43
Octal 376 221 132 0 53 101 0 24 143 103
Binary 11111110 10010001 1011010 0 101011 1000001 0 10100 1100011 1000011

Color Harmonies of #FE915A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE915A

Black with #FE915A

Text Example


Text Example

White with #FE915A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE915A; }

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

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

background-color css

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

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

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

border-color css

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

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

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