Html Css Color HEX #FCDA6E Sweet Corn

📋 copy color: '#FCDA6E'

red 252 ◦ green 218 ◦ blue 110

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

Shades of Sweet Corn #FCDA6E

Tints of Sweet Corn #FCDA6E

RGB

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

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

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

R = 43.45%
G = 37.59%
B = 18.97%

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

#FCDA6E (or 0xFCDA6E) is known color: Sweet Corn. HEX triplet: FC, DA and 6E. RGB value is (252,218,110). Sum of RGB (Red+Green+Blue) = 252+218+110=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 110 (43.36% from 255 or 18.97% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDA6E is #032591. Grayscale: #D8D8D8. Windows color (decimal): -206226 or 7265020. OLE color: 7265020.

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

Color convert

RGB 252 218 110 -
CMYK 0 0.13 0.56 0.01
HSL 45.63º 0.96% 0.71% -
HSV(B) 45.63º 0.56% 0.99% -
XYZ 68.03 71.96 25.06 -
YUV 215.85 68.26 153.78 -
System Red Green Blue C M Y K H S L
Decimal 252 218 110 0 0.13 0.56 0.01 45.63 0.96 0.71
Hex FC DA 6E 0 D 38 1 2E 60 47
Octal 374 332 156 0 15 70 1 56 140 107
Binary 11111100 11011010 1101110 0 1101 111000 1 101110 1100000 1000111

Color Harmonies of #FCDA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA6E

Black with #FCDA6E

Text Example


Text Example

White with #FCDA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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