Html Css Color HEX #FEC540 Sunglow

📋 copy color: '#FEC540'

red 254 ◦ green 197 ◦ blue 64

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

Shades of Sunglow #FEC540

Tints of Sunglow #FEC540

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.25%

 BLUE value IS 64 (25.39% from 255) = 12.43%

R = 49.32%
G = 38.25%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FEC540 (or 0xFEC540) is known color: Sunglow. HEX triplet: FE, C5 and 40. RGB value is (254,197,64). Sum of RGB (Red+Green+Blue) = 254+197+64=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 197 (77.34% from 255 or 38.25% from 515); Blue value is 64 (25.39% from 255 or 12.43% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC540 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC540 is #013ABF. Grayscale: #C7C7C7. Windows color (decimal): -80576 or 4244990. OLE color: 4244990.

HSL color Cylindrical-coordinate representation of color #FEC540: hue angle of 42º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FEC540 is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 197 64 -
CMYK 0 0.22 0.75 0.00
HSL 42º 0.99% 0.62% -
HSV(B) 42º 0.75% 1% -
XYZ 61.76 61.37 13.44 -
YUV 198.88 51.88 167.31 -
System Red Green Blue C M Y K H S L
Decimal 254 197 64 0 0.22 0.75 0.00 42 0.99 0.62
Hex FE C5 40 0 16 4B 0 2A 63 3E
Octal 376 305 100 0 26 113 0 52 143 76
Binary 11111110 11000101 1000000 0 10110 1001011 0 101010 1100011 111110

Color Harmonies of #FEC540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC540

Black with #FEC540

Text Example


Text Example

White with #FEC540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC540; }

 p { color: rgb(254,197,64); }

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

background-color css

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

 a { background-color: rgb(254,197,64); }

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

border-color css

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

 span { border-color: rgb(254,197,64); }

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