Html Css Color HEX #FEA150 Sunshade

📋 copy color: '#FEA150'

red 254 ◦ green 161 ◦ blue 80

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

Shades of Sunshade #FEA150

Tints of Sunshade #FEA150

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.53%

 BLUE value IS 80 (31.64% from 255) = 16.16%

R = 51.31%
G = 32.53%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEA150 (or 0xFEA150) is known color: Sunshade. HEX triplet: FE, A1 and 50. RGB value is (254,161,80). Sum of RGB (Red+Green+Blue) = 254+161+80=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 161 (63.28% from 255 or 32.53% from 495); Blue value is 80 (31.64% from 255 or 16.16% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA150 is #015EAF. Grayscale: #B3B3B3. Windows color (decimal): -89776 or 5284350. OLE color: 5284350.

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

Color convert

RGB 254 161 80 -
CMYK 0 0.37 0.69 0.00
HSL 27.93º 0.99% 0.65% -
HSV(B) 27.93º 0.69% 1% -
XYZ 55.07 47.14 13.79 -
YUV 179.57 71.81 181.09 -
System Red Green Blue C M Y K H S L
Decimal 254 161 80 0 0.37 0.69 0.00 27.93 0.99 0.65
Hex FE A1 50 0 25 45 0 1C 63 41
Octal 376 241 120 0 45 105 0 34 143 101
Binary 11111110 10100001 1010000 0 100101 1000101 0 11100 1100011 1000001

Color Harmonies of #FEA150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA150

Black with #FEA150

Text Example


Text Example

White with #FEA150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA150; }

 p { color: rgb(254,161,80); }

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

background-color css

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

 a { background-color: rgb(254,161,80); }

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

border-color css

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

 span { border-color: rgb(254,161,80); }

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