Html Css Color HEX #FED536 Sunglow

📋 copy color: '#FED536'

red 254 ◦ green 213 ◦ blue 54

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

Shades of Sunglow #FED536

Tints of Sunglow #FED536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 10.36%

R = 48.75%
G = 40.88%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.00

RGB Variations

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

Color information

#FED536 (or 0xFED536) is known color: Sunglow. HEX triplet: FE, D5 and 36. RGB value is (254,213,54). Sum of RGB (Red+Green+Blue) = 254+213+54=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 213 (83.59% from 255 or 40.88% from 521); Blue value is 54 (21.48% from 255 or 10.36% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FED536 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED536 is #012AC9. Grayscale: #CFCFCF. Windows color (decimal): -76490 or 3593726. OLE color: 3593726.

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

Color convert

RGB 254 213 54 -
CMYK 0 0.16 0.79 0.00
HSL 47.7º 0.99% 0.6% -
HSV(B) 47.7º 0.79% 1% -
XYZ 65.33 68.93 13.35 -
YUV 207.13 41.58 161.43 -
System Red Green Blue C M Y K H S L
Decimal 254 213 54 0 0.16 0.79 0.00 47.7 0.99 0.6
Hex FE D5 36 0 10 4F 0 30 63 3C
Octal 376 325 66 0 20 117 0 60 143 74
Binary 11111110 11010101 110110 0 10000 1001111 0 110000 1100011 111100

Color Harmonies of #FED536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED536

Black with #FED536

Text Example


Text Example

White with #FED536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED536; }

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

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

background-color css

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

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

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

border-color css

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

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

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