Html Css Color HEX #FDD540 Sunglow

📋 copy color: '#FDD540'

red 253 ◦ green 213 ◦ blue 64

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

Shades of Sunglow #FDD540

Tints of Sunglow #FDD540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.08%

R = 47.74%
G = 40.19%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FDD540 (or 0xFDD540) is known color: Sunglow. HEX triplet: FD, D5 and 40. RGB value is (253,213,64). Sum of RGB (Red+Green+Blue) = 253+213+64=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 213 (83.59% from 255 or 40.19% from 530); Blue value is 64 (25.39% from 255 or 12.08% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD540 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD540 is #022ABF. Grayscale: #D0D0D0. Windows color (decimal): -142016 or 4249085. OLE color: 4249085.

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

Color convert

RGB 253 213 64 -
CMYK 0 0.16 0.75 0.01
HSL 47.3º 0.98% 0.62% -
HSV(B) 47.3º 0.75% 0.99% -
XYZ 65.23 68.84 14.7 -
YUV 207.97 46.75 160.12 -
System Red Green Blue C M Y K H S L
Decimal 253 213 64 0 0.16 0.75 0.01 47.3 0.98 0.62
Hex FD D5 40 0 10 4B 1 2F 62 3E
Octal 375 325 100 0 20 113 1 57 142 76
Binary 11111101 11010101 1000000 0 10000 1001011 1 101111 1100010 111110

Color Harmonies of #FDD540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD540

Black with #FDD540

Text Example


Text Example

White with #FDD540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD540; }

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

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

background-color css

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

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

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

border-color css

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

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

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