Html Css Color HEX #FCDD6F Sweet Corn

📋 copy color: '#FCDD6F'

red 252 ◦ green 221 ◦ blue 111

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

Shades of Sweet Corn #FCDD6F

Tints of Sweet Corn #FCDD6F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.84%

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

R = 43.15%
G = 37.84%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCDD6F (or 0xFCDD6F) is known color: Sweet Corn. HEX triplet: FC, DD and 6F. RGB value is (252,221,111). Sum of RGB (Red+Green+Blue) = 252+221+111=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 111 (43.75% from 255 or 19.01% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDD6F is #032290. Grayscale: #DADADA. Windows color (decimal): -205457 or 7331324. OLE color: 7331324.

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

Color convert

RGB 252 221 111 -
CMYK 0 0.12 0.56 0.01
HSL 46.81º 0.96% 0.71% -
HSV(B) 46.81º 0.56% 0.99% -
XYZ 68.87 73.56 25.61 -
YUV 217.73 67.77 152.44 -
System Red Green Blue C M Y K H S L
Decimal 252 221 111 0 0.12 0.56 0.01 46.81 0.96 0.71
Hex FC DD 6F 0 C 38 1 2F 60 47
Octal 374 335 157 0 14 70 1 57 140 107
Binary 11111100 11011101 1101111 0 1100 111000 1 101111 1100000 1000111

Color Harmonies of #FCDD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDD6F

Black with #FCDD6F

Text Example


Text Example

White with #FCDD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDD6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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