Html Css Color HEX #FCDA6D Sweet Corn

📋 copy color: '#FCDA6D'

red 252 ◦ green 218 ◦ blue 109

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

Shades of Sweet Corn #FCDA6D

Tints of Sweet Corn #FCDA6D

RGB

 RED value IS 252 (98.83% from 255) = 43.52%

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

 BLUE value IS 109 (42.97% from 255) = 18.83%

R = 43.52%
G = 37.65%
B = 18.83%

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

#FCDA6D (or 0xFCDA6D) is known color: Sweet Corn. HEX triplet: FC, DA and 6D. RGB value is (252,218,109). Sum of RGB (Red+Green+Blue) = 252+218+109=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 109 (42.97% from 255 or 18.83% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDA6D is #032592. Grayscale: #D8D8D8. Windows color (decimal): -206227 or 7199484. OLE color: 7199484.

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

Color convert

RGB 252 218 109 -
CMYK 0 0.13 0.57 0.01
HSL 45.73º 0.96% 0.71% -
HSV(B) 45.73º 0.57% 0.99% -
XYZ 67.98 71.94 24.77 -
YUV 215.74 67.76 153.86 -
System Red Green Blue C M Y K H S L
Decimal 252 218 109 0 0.13 0.57 0.01 45.73 0.96 0.71
Hex FC DA 6D 0 D 39 1 2E 60 47
Octal 374 332 155 0 15 71 1 56 140 107
Binary 11111100 11011010 1101101 0 1101 111001 1 101110 1100000 1000111

Color Harmonies of #FCDA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA6D

Black with #FCDA6D

Text Example


Text Example

White with #FCDA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA6D; }

 p { color: rgb(252,218,109); }

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

background-color css

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

 a { background-color: rgb(252,218,109); }

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

border-color css

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

 span { border-color: rgb(252,218,109); }

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