Html Css Color HEX #FCDC6C Sweet Corn

📋 copy color: '#FCDC6C'

red 252 ◦ green 220 ◦ blue 108

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

Shades of Sweet Corn #FCDC6C

Tints of Sweet Corn #FCDC6C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.93%

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

R = 43.45%
G = 37.93%
B = 18.62%

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

#FCDC6C (or 0xFCDC6C) is known color: Sweet Corn. HEX triplet: FC, DC and 6C. RGB value is (252,220,108). Sum of RGB (Red+Green+Blue) = 252+220+108=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 108 (42.58% from 255 or 18.62% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDC6C is #032393. Grayscale: #D9D9D9. Windows color (decimal): -205716 or 7134460. OLE color: 7134460.

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

Color convert

RGB 252 220 108 -
CMYK 0 0.13 0.57 0.01
HSL 46.67º 0.96% 0.71% -
HSV(B) 46.67º 0.57% 0.99% -
XYZ 68.44 72.96 24.66 -
YUV 216.8 66.6 153.11 -
System Red Green Blue C M Y K H S L
Decimal 252 220 108 0 0.13 0.57 0.01 46.67 0.96 0.71
Hex FC DC 6C 0 D 39 1 2F 60 47
Octal 374 334 154 0 15 71 1 57 140 107
Binary 11111100 11011100 1101100 0 1101 111001 1 101111 1100000 1000111

Color Harmonies of #FCDC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC6C

Black with #FCDC6C

Text Example


Text Example

White with #FCDC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC6C; }

 p { color: rgb(252,220,108); }

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

background-color css

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

 a { background-color: rgb(252,220,108); }

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

border-color css

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

 span { border-color: rgb(252,220,108); }

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