Html Css Color HEX #FCDC73 Sweet Corn

📋 copy color: '#FCDC73'

red 252 ◦ green 220 ◦ blue 115

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

Shades of Sweet Corn #FCDC73

Tints of Sweet Corn #FCDC73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 19.59%

R = 42.93%
G = 37.48%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCDC73 (or 0xFCDC73) is known color: Sweet Corn. HEX triplet: FC, DC and 73. RGB value is (252,220,115). Sum of RGB (Red+Green+Blue) = 252+220+115=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 115 (45.31% from 255 or 19.59% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDC73 is #03238C. Grayscale: #DADADA. Windows color (decimal): -205709 or 7593212. OLE color: 7593212.

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

Color convert

RGB 252 220 115 -
CMYK 0 0.13 0.54 0.01
HSL 45.99º 0.96% 0.72% -
HSV(B) 45.99º 0.54% 0.99% -
XYZ 68.83 73.12 26.71 -
YUV 217.6 70.1 152.54 -
System Red Green Blue C M Y K H S L
Decimal 252 220 115 0 0.13 0.54 0.01 45.99 0.96 0.72
Hex FC DC 73 0 D 36 1 2E 60 48
Octal 374 334 163 0 15 66 1 56 140 110
Binary 11111100 11011100 1110011 0 1101 110110 1 101110 1100000 1001000

Color Harmonies of #FCDC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC73

Black with #FCDC73

Text Example


Text Example

White with #FCDC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC73; }

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

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

background-color css

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

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

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

border-color css

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

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

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