Html Css Color HEX #FDD537 Sunglow

📋 copy color: '#FDD537'

red 253 ◦ green 213 ◦ blue 55

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

Shades of Sunglow #FDD537

Tints of Sunglow #FDD537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 10.56%

R = 48.56%
G = 40.88%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FDD537 (or 0xFDD537) is known color: Sunglow. HEX triplet: FD, D5 and 37. RGB value is (253,213,55). Sum of RGB (Red+Green+Blue) = 253+213+55=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 213 (83.59% from 255 or 40.88% from 521); Blue value is 55 (21.88% from 255 or 10.56% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD537 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD537 is #022AC8. Grayscale: #CFCFCF. Windows color (decimal): -142025 or 3659261. OLE color: 3659261.

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

Color convert

RGB 253 213 55 -
CMYK 0 0.16 0.78 0.01
HSL 47.88º 0.98% 0.6% -
HSV(B) 47.88º 0.78% 0.99% -
XYZ 64.99 68.75 13.46 -
YUV 206.95 42.25 160.85 -
System Red Green Blue C M Y K H S L
Decimal 253 213 55 0 0.16 0.78 0.01 47.88 0.98 0.6
Hex FD D5 37 0 10 4E 1 30 62 3C
Octal 375 325 67 0 20 116 1 60 142 74
Binary 11111101 11010101 110111 0 10000 1001110 1 110000 1100010 111100

Color Harmonies of #FDD537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD537

Black with #FDD537

Text Example


Text Example

White with #FDD537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD537; }

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

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

background-color css

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

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

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

border-color css

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

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

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