Html Css Color HEX #FDDC71 Sweet Corn

📋 copy color: '#FDDC71'

red 253 ◦ green 220 ◦ blue 113

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

Shades of Sweet Corn #FDDC71

Tints of Sweet Corn #FDDC71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.28%

R = 43.17%
G = 37.54%
B = 19.28%

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

#FDDC71 (or 0xFDDC71) is known color: Sweet Corn. HEX triplet: FD, DC and 71. RGB value is (253,220,113). Sum of RGB (Red+Green+Blue) = 253+220+113=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 113 (44.53% from 255 or 19.28% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDC71 is #02238E. Grayscale: #DADADA. Windows color (decimal): -140175 or 7462141. OLE color: 7462141.

HSL color Cylindrical-coordinate representation of color #FDDC71: hue angle of 45.86º 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 #FDDC71 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 220 113 -
CMYK 0 0.13 0.55 0.01
HSL 45.86º 0.97% 0.72% -
HSV(B) 45.86º 0.55% 0.99% -
XYZ 69.08 73.26 26.12 -
YUV 217.67 68.93 153.2 -
System Red Green Blue C M Y K H S L
Decimal 253 220 113 0 0.13 0.55 0.01 45.86 0.97 0.72
Hex FD DC 71 0 D 37 1 2E 61 48
Octal 375 334 161 0 15 67 1 56 141 110
Binary 11111101 11011100 1110001 0 1101 110111 1 101110 1100001 1001000

Color Harmonies of #FDDC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC71

Black with #FDDC71

Text Example


Text Example

White with #FDDC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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