Html Css Color HEX #FEA54C Sunshade

📋 copy color: '#FEA54C'

red 254 ◦ green 165 ◦ blue 76

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

Shades of Sunshade #FEA54C

Tints of Sunshade #FEA54C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.35%

R = 51.31%
G = 33.33%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FEA54C (or 0xFEA54C) is known color: Sunshade. HEX triplet: FE, A5 and 4C. RGB value is (254,165,76). Sum of RGB (Red+Green+Blue) = 254+165+76=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 165 (64.84% from 255 or 33.33% from 495); Blue value is 76 (30.08% from 255 or 15.35% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA54C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA54C is #015AB3. Grayscale: #B5B5B5. Windows color (decimal): -88756 or 5023230. OLE color: 5023230.

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

Color convert

RGB 254 165 76 -
CMYK 0 0.35 0.70 0.00
HSL 30º 0.99% 0.65% -
HSV(B) 30º 0.7% 1% -
XYZ 55.63 48.5 13.27 -
YUV 181.47 68.49 179.74 -
System Red Green Blue C M Y K H S L
Decimal 254 165 76 0 0.35 0.70 0.00 30 0.99 0.65
Hex FE A5 4C 0 23 46 0 1E 63 41
Octal 376 245 114 0 43 106 0 36 143 101
Binary 11111110 10100101 1001100 0 100011 1000110 0 11110 1100011 1000001

Color Harmonies of #FEA54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA54C

Black with #FEA54C

Text Example


Text Example

White with #FEA54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA54C; }

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

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

background-color css

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

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

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

border-color css

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

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

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