Html Css Color HEX #FDDC6E Sweet Corn

📋 copy color: '#FDDC6E'

red 253 ◦ green 220 ◦ blue 110

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

Shades of Sweet Corn #FDDC6E

Tints of Sweet Corn #FDDC6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 18.87%

R = 43.4%
G = 37.74%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FDDC6E (or 0xFDDC6E) is known color: Sweet Corn. HEX triplet: FD, DC and 6E. RGB value is (253,220,110). Sum of RGB (Red+Green+Blue) = 253+220+110=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 110 (43.36% from 255 or 18.87% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDC6E is #022391. Grayscale: #D9D9D9. Windows color (decimal): -140178 or 7265533. OLE color: 7265533.

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

Color convert

RGB 253 220 110 -
CMYK 0 0.13 0.57 0.01
HSL 46.15º 0.97% 0.71% -
HSV(B) 46.15º 0.57% 0.99% -
XYZ 68.92 73.19 25.25 -
YUV 217.33 67.43 153.44 -
System Red Green Blue C M Y K H S L
Decimal 253 220 110 0 0.13 0.57 0.01 46.15 0.97 0.71
Hex FD DC 6E 0 D 39 1 2E 61 47
Octal 375 334 156 0 15 71 1 56 141 107
Binary 11111101 11011100 1101110 0 1101 111001 1 101110 1100001 1000111

Color Harmonies of #FDDC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC6E

Black with #FDDC6E

Text Example


Text Example

White with #FDDC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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