Html Css Color HEX #FCDC71 Sweet Corn

📋 copy color: '#FCDC71'

red 252 ◦ green 220 ◦ blue 113

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

Shades of Sweet Corn #FCDC71

Tints of Sweet Corn #FCDC71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.32%

R = 43.08%
G = 37.61%
B = 19.32%

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

#FCDC71 (or 0xFCDC71) is known color: Sweet Corn. HEX triplet: FC, DC and 71. RGB value is (252,220,113). Sum of RGB (Red+Green+Blue) = 252+220+113=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 113 (44.53% from 255 or 19.32% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDC71 is #03238E. Grayscale: #D9D9D9. Windows color (decimal): -205711 or 7462140. OLE color: 7462140.

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

Color convert

RGB 252 220 113 -
CMYK 0 0.13 0.55 0.01
HSL 46.19º 0.96% 0.72% -
HSV(B) 46.19º 0.55% 0.99% -
XYZ 68.72 73.07 26.11 -
YUV 217.37 69.1 152.7 -
System Red Green Blue C M Y K H S L
Decimal 252 220 113 0 0.13 0.55 0.01 46.19 0.96 0.72
Hex FC DC 71 0 D 37 1 2E 60 48
Octal 374 334 161 0 15 67 1 56 140 110
Binary 11111100 11011100 1110001 0 1101 110111 1 101110 1100000 1001000

Color Harmonies of #FCDC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC71

Black with #FCDC71

Text Example


Text Example

White with #FCDC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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