Html Css Color HEX #FDDD71 Sweet Corn

📋 copy color: '#FDDD71'

red 253 ◦ green 221 ◦ blue 113

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

Shades of Sweet Corn #FDDD71

Tints of Sweet Corn #FDDD71

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.65%

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

R = 43.1%
G = 37.65%
B = 19.25%

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

#FDDD71 (or 0xFDDD71) is known color: Sweet Corn. HEX triplet: FD, DD and 71. RGB value is (253,221,113). Sum of RGB (Red+Green+Blue) = 253+221+113=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 113 (44.53% from 255 or 19.25% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDD71 is #02228E. Grayscale: #DADADA. Windows color (decimal): -139919 or 7462397. OLE color: 7462397.

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

Color convert

RGB 253 221 113 -
CMYK 0 0.13 0.55 0.01
HSL 46.29º 0.97% 0.72% -
HSV(B) 46.29º 0.55% 0.99% -
XYZ 69.35 73.79 26.21 -
YUV 218.26 68.6 152.78 -
System Red Green Blue C M Y K H S L
Decimal 253 221 113 0 0.13 0.55 0.01 46.29 0.97 0.72
Hex FD DD 71 0 D 37 1 2E 61 48
Octal 375 335 161 0 15 67 1 56 141 110
Binary 11111101 11011101 1110001 0 1101 110111 1 101110 1100001 1001000

Color Harmonies of #FDDD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDD71

Black with #FDDD71

Text Example


Text Example

White with #FDDD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDD71; }

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

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

background-color css

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

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

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

border-color css

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

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

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