Html Css Color HEX #FDDC72 Sweet Corn

📋 copy color: '#FDDC72'

red 253 ◦ green 220 ◦ blue 114

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

Shades of Sweet Corn #FDDC72

Tints of Sweet Corn #FDDC72

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.48%

 BLUE value IS 114 (44.92% from 255) = 19.42%

R = 43.1%
G = 37.48%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FDDC72 (or 0xFDDC72) is known color: Sweet Corn. HEX triplet: FD, DC and 72. RGB value is (253,220,114). Sum of RGB (Red+Green+Blue) = 253+220+114=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 114 (44.92% from 255 or 19.42% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDC72 is #02238D. Grayscale: #DADADA. Windows color (decimal): -140174 or 7527677. OLE color: 7527677.

HSL color Cylindrical-coordinate representation of color #FDDC72: hue angle of 45.76º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FDDC72 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 220 114 -
CMYK 0 0.13 0.55 0.01
HSL 45.76º 0.97% 0.72% -
HSV(B) 45.76º 0.55% 0.99% -
XYZ 69.14 73.28 26.42 -
YUV 217.78 69.43 153.12 -
System Red Green Blue C M Y K H S L
Decimal 253 220 114 0 0.13 0.55 0.01 45.76 0.97 0.72
Hex FD DC 72 0 D 37 1 2E 61 48
Octal 375 334 162 0 15 67 1 56 141 110
Binary 11111101 11011100 1110010 0 1101 110111 1 101110 1100001 1001000

Color Harmonies of #FDDC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC72

Black with #FDDC72

Text Example


Text Example

White with #FDDC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC72; }

 p { color: rgb(253,220,114); }

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

background-color css

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

 a { background-color: rgb(253,220,114); }

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

border-color css

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

 span { border-color: rgb(253,220,114); }

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