Html Css Color HEX #FCDC74 Sweet Corn

📋 copy color: '#FCDC74'

red 252 ◦ green 220 ◦ blue 116

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

Shades of Sweet Corn #FCDC74

Tints of Sweet Corn #FCDC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 19.73%

R = 42.86%
G = 37.41%
B = 19.73%

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

#FCDC74 (or 0xFCDC74) is known color: Sweet Corn. HEX triplet: FC, DC and 74. RGB value is (252,220,116). Sum of RGB (Red+Green+Blue) = 252+220+116=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 116 (45.70% from 255 or 19.73% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDC74 is #03238B. Grayscale: #DADADA. Windows color (decimal): -205708 or 7658748. OLE color: 7658748.

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

Color convert

RGB 252 220 116 -
CMYK 0 0.13 0.54 0.01
HSL 45.88º 0.96% 0.72% -
HSV(B) 45.88º 0.54% 0.99% -
XYZ 68.89 73.14 27.01 -
YUV 217.71 70.6 152.46 -
System Red Green Blue C M Y K H S L
Decimal 252 220 116 0 0.13 0.54 0.01 45.88 0.96 0.72
Hex FC DC 74 0 D 36 1 2E 60 48
Octal 374 334 164 0 15 66 1 56 140 110
Binary 11111100 11011100 1110100 0 1101 110110 1 101110 1100000 1001000

Color Harmonies of #FCDC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC74

Black with #FCDC74

Text Example


Text Example

White with #FCDC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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