Html Css Color HEX #FEA14D Sunshade

📋 copy color: '#FEA14D'

red 254 ◦ green 161 ◦ blue 77

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

Shades of Sunshade #FEA14D

Tints of Sunshade #FEA14D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.65%

R = 51.63%
G = 32.72%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FEA14D (or 0xFEA14D) is known color: Sunshade. HEX triplet: FE, A1 and 4D. RGB value is (254,161,77). Sum of RGB (Red+Green+Blue) = 254+161+77=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 161 (63.28% from 255 or 32.72% from 492); Blue value is 77 (30.47% from 255 or 15.65% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA14D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA14D is #015EB2. Grayscale: #B3B3B3. Windows color (decimal): -89779 or 5087742. OLE color: 5087742.

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

Color convert

RGB 254 161 77 -
CMYK 0 0.37 0.70 0.00
HSL 28.47º 0.99% 0.65% -
HSV(B) 28.47º 0.7% 1% -
XYZ 54.96 47.1 13.22 -
YUV 179.23 70.31 181.33 -
System Red Green Blue C M Y K H S L
Decimal 254 161 77 0 0.37 0.70 0.00 28.47 0.99 0.65
Hex FE A1 4D 0 25 46 0 1C 63 41
Octal 376 241 115 0 45 106 0 34 143 101
Binary 11111110 10100001 1001101 0 100101 1000110 0 11100 1100011 1000001

Color Harmonies of #FEA14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA14D

Black with #FEA14D

Text Example


Text Example

White with #FEA14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA14D; }

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

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

background-color css

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

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

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

border-color css

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

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

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