Html Css Color HEX #FDDC78 Sweet Corn

📋 copy color: '#FDDC78'

red 253 ◦ green 220 ◦ blue 120

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

Shades of Sweet Corn #FDDC78

Tints of Sweet Corn #FDDC78

RGB

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

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

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

R = 42.66%
G = 37.1%
B = 20.24%

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

#FDDC78 (or 0xFDDC78) is known color: Sweet Corn. HEX triplet: FD, DC and 78. RGB value is (253,220,120). Sum of RGB (Red+Green+Blue) = 253+220+120=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 120 (47.27% from 255 or 20.24% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDC78 is #022387. Grayscale: #DADADA. Windows color (decimal): -140168 or 7920893. OLE color: 7920893.

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

Color convert

RGB 253 220 120 -
CMYK 0 0.13 0.53 0.01
HSL 45.11º 0.97% 0.73% -
HSV(B) 45.11º 0.53% 0.99% -
XYZ 69.49 73.43 28.28 -
YUV 218.47 72.43 152.63 -
System Red Green Blue C M Y K H S L
Decimal 253 220 120 0 0.13 0.53 0.01 45.11 0.97 0.73
Hex FD DC 78 0 D 35 1 2D 61 49
Octal 375 334 170 0 15 65 1 55 141 111
Binary 11111101 11011100 1111000 0 1101 110101 1 101101 1100001 1001001

Color Harmonies of #FDDC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC78

Black with #FDDC78

Text Example


Text Example

White with #FDDC78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC78; }

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

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

background-color css

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

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

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

border-color css

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

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

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