Html Css Color HEX #FEA14F Sunshade

📋 copy color: '#FEA14F'

red 254 ◦ green 161 ◦ blue 79

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

Shades of Sunshade #FEA14F

Tints of Sunshade #FEA14F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.99%

R = 51.42%
G = 32.59%
B = 15.99%

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

#FEA14F (or 0xFEA14F) is known color: Sunshade. HEX triplet: FE, A1 and 4F. RGB value is (254,161,79). Sum of RGB (Red+Green+Blue) = 254+161+79=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 161 (63.28% from 255 or 32.59% from 494); Blue value is 79 (31.25% from 255 or 15.99% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA14F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA14F is #015EB0. Grayscale: #B3B3B3. Windows color (decimal): -89777 or 5218814. OLE color: 5218814.

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

Color convert

RGB 254 161 79 -
CMYK 0 0.37 0.69 0.00
HSL 28.11º 0.99% 0.65% -
HSV(B) 28.11º 0.69% 1% -
XYZ 55.03 47.13 13.59 -
YUV 179.46 71.31 181.17 -
System Red Green Blue C M Y K H S L
Decimal 254 161 79 0 0.37 0.69 0.00 28.11 0.99 0.65
Hex FE A1 4F 0 25 45 0 1C 63 41
Octal 376 241 117 0 45 105 0 34 143 101
Binary 11111110 10100001 1001111 0 100101 1000101 0 11100 1100011 1000001

Color Harmonies of #FEA14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA14F

Black with #FEA14F

Text Example


Text Example

White with #FEA14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA14F; }

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

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

background-color css

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

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

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

border-color css

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

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

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