Html Css Color HEX #FE945A Atomic Tangerine

📋 copy color: '#FE945A'

red 254 ◦ green 148 ◦ blue 90

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

Shades of Atomic Tangerine #FE945A

Tints of Atomic Tangerine #FE945A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.08%

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

R = 51.63%
G = 30.08%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FE945A (or 0xFE945A) is known color: Atomic Tangerine. HEX triplet: FE, 94 and 5A. RGB value is (254,148,90). Sum of RGB (Red+Green+Blue) = 254+148+90=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 90 (35.55% from 255 or 18.29% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FE945A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE945A is #016BA5. Grayscale: #ADADAD. Windows color (decimal): -93094 or 5936382. OLE color: 5936382.

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

Color convert

RGB 254 148 90 -
CMYK 0 0.42 0.65 0.00
HSL 21.22º 0.99% 0.67% -
HSV(B) 21.22º 0.65% 1% -
XYZ 53.31 42.99 15.16 -
YUV 173.08 81.12 185.72 -
System Red Green Blue C M Y K H S L
Decimal 254 148 90 0 0.42 0.65 0.00 21.22 0.99 0.67
Hex FE 94 5A 0 2A 41 0 15 63 43
Octal 376 224 132 0 52 101 0 25 143 103
Binary 11111110 10010100 1011010 0 101010 1000001 0 10101 1100011 1000011

Color Harmonies of #FE945A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE945A

Black with #FE945A

Text Example


Text Example

White with #FE945A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE945A; }

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

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

background-color css

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

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

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

border-color css

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

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

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