Html Css Color HEX #FDDC6C Sweet Corn

📋 copy color: '#FDDC6C'

red 253 ◦ green 220 ◦ blue 108

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

Shades of Sweet Corn #FDDC6C

Tints of Sweet Corn #FDDC6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 18.59%

R = 43.55%
G = 37.87%
B = 18.59%

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

#FDDC6C (or 0xFDDC6C) is known color: Sweet Corn. HEX triplet: FD, DC and 6C. RGB value is (253,220,108). Sum of RGB (Red+Green+Blue) = 253+220+108=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 108 (42.58% from 255 or 18.59% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDC6C is #022393. Grayscale: #D9D9D9. Windows color (decimal): -140180 or 7134461. OLE color: 7134461.

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

Color convert

RGB 253 220 108 -
CMYK 0 0.13 0.57 0.01
HSL 46.34º 0.97% 0.71% -
HSV(B) 46.34º 0.57% 0.99% -
XYZ 68.81 73.15 24.68 -
YUV 217.1 66.43 153.61 -
System Red Green Blue C M Y K H S L
Decimal 253 220 108 0 0.13 0.57 0.01 46.34 0.97 0.71
Hex FD DC 6C 0 D 39 1 2E 61 47
Octal 375 334 154 0 15 71 1 56 141 107
Binary 11111101 11011100 1101100 0 1101 111001 1 101110 1100001 1000111

Color Harmonies of #FDDC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC6C

Black with #FDDC6C

Text Example


Text Example

White with #FDDC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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