Html Css Color HEX #FDDC6F Sweet Corn

📋 copy color: '#FDDC6F'

red 253 ◦ green 220 ◦ blue 111

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

Shades of Sweet Corn #FDDC6F

Tints of Sweet Corn #FDDC6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.01%

R = 43.32%
G = 37.67%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FDDC6F (or 0xFDDC6F) is known color: Sweet Corn. HEX triplet: FD, DC and 6F. RGB value is (253,220,111). Sum of RGB (Red+Green+Blue) = 253+220+111=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 111 (43.75% from 255 or 19.01% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDC6F is #022390. Grayscale: #D9D9D9. Windows color (decimal): -140177 or 7331069. OLE color: 7331069.

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

Color convert

RGB 253 220 111 -
CMYK 0 0.13 0.56 0.01
HSL 46.06º 0.97% 0.71% -
HSV(B) 46.06º 0.56% 0.99% -
XYZ 68.97 73.22 25.54 -
YUV 217.44 67.93 153.36 -
System Red Green Blue C M Y K H S L
Decimal 253 220 111 0 0.13 0.56 0.01 46.06 0.97 0.71
Hex FD DC 6F 0 D 38 1 2E 61 47
Octal 375 334 157 0 15 70 1 56 141 107
Binary 11111101 11011100 1101111 0 1101 111000 1 101110 1100001 1000111

Color Harmonies of #FDDC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC6F

Black with #FDDC6F

Text Example


Text Example

White with #FDDC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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