Html Css Color HEX #FDDA6C Sweet Corn

📋 copy color: '#FDDA6C'

red 253 ◦ green 218 ◦ blue 108

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

Shades of Sweet Corn #FDDA6C

Tints of Sweet Corn #FDDA6C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.65%

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

R = 43.7%
G = 37.65%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FDDA6C (or 0xFDDA6C) is known color: Sweet Corn. HEX triplet: FD, DA and 6C. RGB value is (253,218,108). Sum of RGB (Red+Green+Blue) = 253+218+108=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 108 (42.58% from 255 or 18.65% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDA6C is #022593. Grayscale: #D8D8D8. Windows color (decimal): -140692 or 7133949. OLE color: 7133949.

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

Color convert

RGB 253 218 108 -
CMYK 0 0.14 0.57 0.01
HSL 45.52º 0.97% 0.71% -
HSV(B) 45.52º 0.57% 0.99% -
XYZ 68.29 72.11 24.51 -
YUV 215.93 67.1 154.44 -
System Red Green Blue C M Y K H S L
Decimal 253 218 108 0 0.14 0.57 0.01 45.52 0.97 0.71
Hex FD DA 6C 0 E 39 1 2E 61 47
Octal 375 332 154 0 16 71 1 56 141 107
Binary 11111101 11011010 1101100 0 1110 111001 1 101110 1100001 1000111

Color Harmonies of #FDDA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDA6C

Black with #FDDA6C

Text Example


Text Example

White with #FDDA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDA6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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