Html Css Color HEX #FDDD78 Sweet Corn

📋 copy color: '#FDDD78'

red 253 ◦ green 221 ◦ blue 120

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

Shades of Sweet Corn #FDDD78

Tints of Sweet Corn #FDDD78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 20.2%

R = 42.59%
G = 37.21%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FDDD78 (or 0xFDDD78) is known color: Sweet Corn. HEX triplet: FD, DD and 78. RGB value is (253,221,120). Sum of RGB (Red+Green+Blue) = 253+221+120=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 120 (47.27% from 255 or 20.20% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDD78 is #022287. Grayscale: #DBDBDB. Windows color (decimal): -139912 or 7921149. OLE color: 7921149.

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

Color convert

RGB 253 221 120 -
CMYK 0 0.13 0.53 0.01
HSL 45.56º 0.97% 0.73% -
HSV(B) 45.56º 0.53% 0.99% -
XYZ 69.75 73.95 28.37 -
YUV 219.05 72.1 152.21 -
System Red Green Blue C M Y K H S L
Decimal 253 221 120 0 0.13 0.53 0.01 45.56 0.97 0.73
Hex FD DD 78 0 D 35 1 2E 61 49
Octal 375 335 170 0 15 65 1 56 141 111
Binary 11111101 11011101 1111000 0 1101 110101 1 101110 1100001 1001001

Color Harmonies of #FDDD78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDD78

Black with #FDDD78

Text Example


Text Example

White with #FDDD78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDD78; }

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

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

background-color css

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

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

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

border-color css

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

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

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