Html Css Color HEX #FCDD70 Sweet Corn

📋 copy color: '#FCDD70'

red 252 ◦ green 221 ◦ blue 112

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

Shades of Sweet Corn #FCDD70

Tints of Sweet Corn #FCDD70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.15%

R = 43.08%
G = 37.78%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCDD70 (or 0xFCDD70) is known color: Sweet Corn. HEX triplet: FC, DD and 70. RGB value is (252,221,112). Sum of RGB (Red+Green+Blue) = 252+221+112=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 112 (44.14% from 255 or 19.15% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDD70 is #03228F. Grayscale: #DADADA. Windows color (decimal): -205456 or 7396860. OLE color: 7396860.

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

Color convert

RGB 252 221 112 -
CMYK 0 0.12 0.56 0.01
HSL 46.71º 0.96% 0.71% -
HSV(B) 46.71º 0.56% 0.99% -
XYZ 68.93 73.58 25.9 -
YUV 217.84 68.27 152.36 -
System Red Green Blue C M Y K H S L
Decimal 252 221 112 0 0.12 0.56 0.01 46.71 0.96 0.71
Hex FC DD 70 0 C 38 1 2F 60 47
Octal 374 335 160 0 14 70 1 57 140 107
Binary 11111100 11011101 1110000 0 1100 111000 1 101111 1100000 1000111

Color Harmonies of #FCDD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDD70

Black with #FCDD70

Text Example


Text Example

White with #FCDD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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