Html Css Color HEX #FED541 Sunglow

📋 copy color: '#FED541'

red 254 ◦ green 213 ◦ blue 65

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

Shades of Sunglow #FED541

Tints of Sunglow #FED541

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.04%

 BLUE value IS 65 (25.78% from 255) = 12.22%

R = 47.74%
G = 40.04%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FED541 (or 0xFED541) is known color: Sunglow. HEX triplet: FE, D5 and 41. RGB value is (254,213,65). Sum of RGB (Red+Green+Blue) = 254+213+65=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 213 (83.59% from 255 or 40.04% from 532); Blue value is 65 (25.78% from 255 or 12.22% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FED541 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED541 is #012ABE. Grayscale: #D1D1D1. Windows color (decimal): -76479 or 4314622. OLE color: 4314622.

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

Color convert

RGB 254 213 65 -
CMYK 0 0.16 0.74 0.00
HSL 46.98º 0.99% 0.63% -
HSV(B) 46.98º 0.74% 1% -
XYZ 65.62 69.04 14.87 -
YUV 208.39 47.08 160.53 -
System Red Green Blue C M Y K H S L
Decimal 254 213 65 0 0.16 0.74 0.00 46.98 0.99 0.63
Hex FE D5 41 0 10 4A 0 2F 63 3F
Octal 376 325 101 0 20 112 0 57 143 77
Binary 11111110 11010101 1000001 0 10000 1001010 0 101111 1100011 111111

Color Harmonies of #FED541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED541

Black with #FED541

Text Example


Text Example

White with #FED541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED541; }

 p { color: rgb(254,213,65); }

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

background-color css

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

 a { background-color: rgb(254,213,65); }

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

border-color css

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

 span { border-color: rgb(254,213,65); }

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