Html Css Color HEX #FCDD73 Sweet Corn

📋 copy color: '#FCDD73'

red 252 ◦ green 221 ◦ blue 115

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

Shades of Sweet Corn #FCDD73

Tints of Sweet Corn #FCDD73

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.59%

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

R = 42.86%
G = 37.59%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCDD73 (or 0xFCDD73) is known color: Sweet Corn. HEX triplet: FC, DD and 73. RGB value is (252,221,115). Sum of RGB (Red+Green+Blue) = 252+221+115=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 115 (45.31% from 255 or 19.56% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDD73 is #03228C. Grayscale: #DADADA. Windows color (decimal): -205453 or 7593468. OLE color: 7593468.

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

Color convert

RGB 252 221 115 -
CMYK 0 0.12 0.54 0.01
HSL 46.42º 0.96% 0.72% -
HSV(B) 46.42º 0.54% 0.99% -
XYZ 69.1 73.65 26.79 -
YUV 218.19 69.77 152.12 -
System Red Green Blue C M Y K H S L
Decimal 252 221 115 0 0.12 0.54 0.01 46.42 0.96 0.72
Hex FC DD 73 0 C 36 1 2E 60 48
Octal 374 335 163 0 14 66 1 56 140 110
Binary 11111100 11011101 1110011 0 1100 110110 1 101110 1100000 1001000

Color Harmonies of #FCDD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDD73

Black with #FCDD73

Text Example


Text Example

White with #FCDD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDD73; }

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

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

background-color css

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

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

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

border-color css

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

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

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