Html Css Color HEX #FDDC74 Sweet Corn

📋 copy color: '#FDDC74'

red 253 ◦ green 220 ◦ blue 116

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

Shades of Sweet Corn #FDDC74

Tints of Sweet Corn #FDDC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 19.69%

R = 42.95%
G = 37.35%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FDDC74 (or 0xFDDC74) is known color: Sweet Corn. HEX triplet: FD, DC and 74. RGB value is (253,220,116). Sum of RGB (Red+Green+Blue) = 253+220+116=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 116 (45.70% from 255 or 19.69% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDC74 is #02238B. Grayscale: #DADADA. Windows color (decimal): -140172 or 7658749. OLE color: 7658749.

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

Color convert

RGB 253 220 116 -
CMYK 0 0.13 0.54 0.01
HSL 45.55º 0.97% 0.72% -
HSV(B) 45.55º 0.54% 0.99% -
XYZ 69.25 73.33 27.03 -
YUV 218.01 70.43 152.96 -
System Red Green Blue C M Y K H S L
Decimal 253 220 116 0 0.13 0.54 0.01 45.55 0.97 0.72
Hex FD DC 74 0 D 36 1 2E 61 48
Octal 375 334 164 0 15 66 1 56 141 110
Binary 11111101 11011100 1110100 0 1101 110110 1 101110 1100001 1001000

Color Harmonies of #FDDC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC74

Black with #FDDC74

Text Example


Text Example

White with #FDDC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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