Html Css Color HEX #FDD531 Sunglow

📋 copy color: '#FDD531'

red 253 ◦ green 213 ◦ blue 49

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

Shades of Sunglow #FDD531

Tints of Sunglow #FDD531

RGB

 RED value IS 253 (99.22% from 255) = 49.13%

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

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

R = 49.13%
G = 41.36%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDD531 (or 0xFDD531) is known color: Sunglow. HEX triplet: FD, D5 and 31. RGB value is (253,213,49). Sum of RGB (Red+Green+Blue) = 253+213+49=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 49 (19.53% from 255 or 9.51% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD531 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD531 is #022ACE. Grayscale: #CECECE. Windows color (decimal): -142031 or 3266045. OLE color: 3266045.

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

Color convert

RGB 253 213 49 -
CMYK 0 0.16 0.81 0.01
HSL 48.24º 0.98% 0.59% -
HSV(B) 48.24º 0.81% 0.99% -
XYZ 64.86 68.69 12.75 -
YUV 206.26 39.25 161.34 -
System Red Green Blue C M Y K H S L
Decimal 253 213 49 0 0.16 0.81 0.01 48.24 0.98 0.59
Hex FD D5 31 0 10 51 1 30 62 3B
Octal 375 325 61 0 20 121 1 60 142 73
Binary 11111101 11010101 110001 0 10000 1010001 1 110000 1100010 111011

Color Harmonies of #FDD531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD531

Black with #FDD531

Text Example


Text Example

White with #FDD531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD531; }

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

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

background-color css

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

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

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

border-color css

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

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

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