Html Css Color HEX #FEA450 Sunshade

📋 copy color: '#FEA450'

red 254 ◦ green 164 ◦ blue 80

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

Shades of Sunshade #FEA450

Tints of Sunshade #FEA450

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.93%

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

R = 51%
G = 32.93%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEA450 (or 0xFEA450) is known color: Sunshade. HEX triplet: FE, A4 and 50. RGB value is (254,164,80). Sum of RGB (Red+Green+Blue) = 254+164+80=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 164 (64.45% from 255 or 32.93% from 498); Blue value is 80 (31.64% from 255 or 16.06% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA450 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA450 is #015BAF. Grayscale: #B5B5B5. Windows color (decimal): -89008 or 5285118. OLE color: 5285118.

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

Color convert

RGB 254 164 80 -
CMYK 0 0.35 0.69 0.00
HSL 28.97º 0.99% 0.65% -
HSV(B) 28.97º 0.69% 1% -
XYZ 55.6 48.2 13.96 -
YUV 181.33 70.82 179.83 -
System Red Green Blue C M Y K H S L
Decimal 254 164 80 0 0.35 0.69 0.00 28.97 0.99 0.65
Hex FE A4 50 0 23 45 0 1D 63 41
Octal 376 244 120 0 43 105 0 35 143 101
Binary 11111110 10100100 1010000 0 100011 1000101 0 11101 1100011 1000001

Color Harmonies of #FEA450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA450

Black with #FEA450

Text Example


Text Example

White with #FEA450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA450; }

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

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

background-color css

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

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

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

border-color css

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

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

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