Html Css Color HEX #FED531 Sunglow

📋 copy color: '#FED531'

red 254 ◦ green 213 ◦ blue 49

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

Shades of Sunglow #FED531

Tints of Sunglow #FED531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.5%

R = 49.22%
G = 41.28%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FED531 (or 0xFED531) is known color: Sunglow. HEX triplet: FE, D5 and 31. RGB value is (254,213,49). Sum of RGB (Red+Green+Blue) = 254+213+49=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 213 (83.59% from 255 or 41.28% from 516); Blue value is 49 (19.53% from 255 or 9.50% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FED531 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED531 is #012ACE. Grayscale: #CFCFCF. Windows color (decimal): -76495 or 3266046. OLE color: 3266046.

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

Color convert

RGB 254 213 49 -
CMYK 0 0.16 0.81 0.00
HSL 48º 0.99% 0.59% -
HSV(B) 48º 0.81% 1% -
XYZ 65.22 68.88 12.76 -
YUV 206.56 39.08 161.84 -
System Red Green Blue C M Y K H S L
Decimal 254 213 49 0 0.16 0.81 0.00 48 0.99 0.59
Hex FE D5 31 0 10 51 0 30 63 3B
Octal 376 325 61 0 20 121 0 60 143 73
Binary 11111110 11010101 110001 0 10000 1010001 0 110000 1100011 111011

Color Harmonies of #FED531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED531

Black with #FED531

Text Example


Text Example

White with #FED531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED531; }

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

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

background-color css

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

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

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

border-color css

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

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

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