Html Css Color HEX #FDDD73 Sweet Corn

📋 copy color: '#FDDD73'

red 253 ◦ green 221 ◦ blue 115

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

Shades of Sweet Corn #FDDD73

Tints of Sweet Corn #FDDD73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 19.52%

R = 42.95%
G = 37.52%
B = 19.52%

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

#FDDD73 (or 0xFDDD73) is known color: Sweet Corn. HEX triplet: FD, DD and 73. RGB value is (253,221,115). Sum of RGB (Red+Green+Blue) = 253+221+115=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 115 (45.31% from 255 or 19.52% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDD73 is #02228C. Grayscale: #DADADA. Windows color (decimal): -139917 or 7593469. OLE color: 7593469.

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

Color convert

RGB 253 221 115 -
CMYK 0 0.13 0.55 0.01
HSL 46.09º 0.97% 0.72% -
HSV(B) 46.09º 0.55% 0.99% -
XYZ 69.46 73.83 26.81 -
YUV 218.48 69.6 152.62 -
System Red Green Blue C M Y K H S L
Decimal 253 221 115 0 0.13 0.55 0.01 46.09 0.97 0.72
Hex FD DD 73 0 D 37 1 2E 61 48
Octal 375 335 163 0 15 67 1 56 141 110
Binary 11111101 11011101 1110011 0 1101 110111 1 101110 1100001 1001000

Color Harmonies of #FDDD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDD73

Black with #FDDD73

Text Example


Text Example

White with #FDDD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDD73; }

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

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

background-color css

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

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

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

border-color css

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

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

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