Html Css Color HEX #FE955A Atomic Tangerine

📋 copy color: '#FE955A'

red 254 ◦ green 149 ◦ blue 90

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

Shades of Atomic Tangerine #FE955A

Tints of Atomic Tangerine #FE955A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.22%

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

R = 51.52%
G = 30.22%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FE955A (or 0xFE955A) is known color: Atomic Tangerine. HEX triplet: FE, 95 and 5A. RGB value is (254,149,90). Sum of RGB (Red+Green+Blue) = 254+149+90=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 90 (35.55% from 255 or 18.26% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FE955A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE955A is #016AA5. Grayscale: #AEAEAE. Windows color (decimal): -92838 or 5936638. OLE color: 5936638.

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

Color convert

RGB 254 149 90 -
CMYK 0 0.41 0.65 0.00
HSL 21.59º 0.99% 0.67% -
HSV(B) 21.59º 0.65% 1% -
XYZ 53.47 43.3 15.21 -
YUV 173.67 80.79 185.3 -
System Red Green Blue C M Y K H S L
Decimal 254 149 90 0 0.41 0.65 0.00 21.59 0.99 0.67
Hex FE 95 5A 0 29 41 0 16 63 43
Octal 376 225 132 0 51 101 0 26 143 103
Binary 11111110 10010101 1011010 0 101001 1000001 0 10110 1100011 1000011

Color Harmonies of #FE955A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE955A

Black with #FE955A

Text Example


Text Example

White with #FE955A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE955A; }

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

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

background-color css

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

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

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

border-color css

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

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

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