Html Css Color HEX #FEA54F Sunshade

📋 copy color: '#FEA54F'

red 254 ◦ green 165 ◦ blue 79

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

Shades of Sunshade #FEA54F

Tints of Sunshade #FEA54F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.13%

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

R = 51%
G = 33.13%
B = 15.86%

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

#FEA54F (or 0xFEA54F) is known color: Sunshade. HEX triplet: FE, A5 and 4F. RGB value is (254,165,79). Sum of RGB (Red+Green+Blue) = 254+165+79=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 165 (64.84% from 255 or 33.13% from 498); Blue value is 79 (31.25% from 255 or 15.86% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA54F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA54F is #015AB0. Grayscale: #B6B6B6. Windows color (decimal): -88753 or 5219838. OLE color: 5219838.

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

Color convert

RGB 254 165 79 -
CMYK 0 0.35 0.69 0.00
HSL 29.49º 0.99% 0.65% -
HSV(B) 29.49º 0.69% 1% -
XYZ 55.74 48.55 13.83 -
YUV 181.81 69.99 179.49 -
System Red Green Blue C M Y K H S L
Decimal 254 165 79 0 0.35 0.69 0.00 29.49 0.99 0.65
Hex FE A5 4F 0 23 45 0 1D 63 41
Octal 376 245 117 0 43 105 0 35 143 101
Binary 11111110 10100101 1001111 0 100011 1000101 0 11101 1100011 1000001

Color Harmonies of #FEA54F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA54F

Black with #FEA54F

Text Example


Text Example

White with #FEA54F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA54F; }

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

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

background-color css

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

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

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

border-color css

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

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

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