Html Css Color HEX #FCDA6F Sweet Corn

📋 copy color: '#FCDA6F'

red 252 ◦ green 218 ◦ blue 111

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

Shades of Sweet Corn #FCDA6F

Tints of Sweet Corn #FCDA6F

RGB

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

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

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

R = 43.37%
G = 37.52%
B = 19.1%

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

#FCDA6F (or 0xFCDA6F) is known color: Sweet Corn. HEX triplet: FC, DA and 6F. RGB value is (252,218,111). Sum of RGB (Red+Green+Blue) = 252+218+111=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 111 (43.75% from 255 or 19.10% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDA6F is #032590. Grayscale: #D8D8D8. Windows color (decimal): -206225 or 7330556. OLE color: 7330556.

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

Color convert

RGB 252 218 111 -
CMYK 0 0.13 0.56 0.01
HSL 45.53º 0.96% 0.71% -
HSV(B) 45.53º 0.56% 0.99% -
XYZ 68.09 71.99 25.35 -
YUV 215.97 68.76 153.7 -
System Red Green Blue C M Y K H S L
Decimal 252 218 111 0 0.13 0.56 0.01 45.53 0.96 0.71
Hex FC DA 6F 0 D 38 1 2E 60 47
Octal 374 332 157 0 15 70 1 56 140 107
Binary 11111100 11011010 1101111 0 1101 111000 1 101110 1100000 1000111

Color Harmonies of #FCDA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA6F

Black with #FCDA6F

Text Example


Text Example

White with #FCDA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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