Html Css Color HEX #FCDC72 Sweet Corn

📋 copy color: '#FCDC72'

red 252 ◦ green 220 ◦ blue 114

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

Shades of Sweet Corn #FCDC72

Tints of Sweet Corn #FCDC72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 19.45%

R = 43%
G = 37.54%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FCDC72 (or 0xFCDC72) is known color: Sweet Corn. HEX triplet: FC, DC and 72. RGB value is (252,220,114). Sum of RGB (Red+Green+Blue) = 252+220+114=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 114 (44.92% from 255 or 19.45% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDC72 is #03238D. Grayscale: #D9D9D9. Windows color (decimal): -205710 or 7527676. OLE color: 7527676.

HSL color Cylindrical-coordinate representation of color #FCDC72: hue angle of 46.09º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FCDC72 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 220 114 -
CMYK 0 0.13 0.55 0.01
HSL 46.09º 0.96% 0.72% -
HSV(B) 46.09º 0.55% 0.99% -
XYZ 68.78 73.1 26.4 -
YUV 217.48 69.6 152.62 -
System Red Green Blue C M Y K H S L
Decimal 252 220 114 0 0.13 0.55 0.01 46.09 0.96 0.72
Hex FC DC 72 0 D 37 1 2E 60 48
Octal 374 334 162 0 15 67 1 56 140 110
Binary 11111100 11011100 1110010 0 1101 110111 1 101110 1100000 1001000

Color Harmonies of #FCDC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC72

Black with #FCDC72

Text Example


Text Example

White with #FCDC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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