Html Css Color HEX #FCDD7A Sweet Corn

📋 copy color: '#FCDD7A'

red 252 ◦ green 221 ◦ blue 122

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

Shades of Sweet Corn #FCDD7A

Tints of Sweet Corn #FCDD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 20.5%

R = 42.35%
G = 37.14%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FCDD7A (or 0xFCDD7A) is known color: Sweet Corn. HEX triplet: FC, DD and 7A. RGB value is (252,221,122). Sum of RGB (Red+Green+Blue) = 252+221+122=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 122 (48.05% from 255 or 20.50% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDD7A is #032285. Grayscale: #DBDBDB. Windows color (decimal): -205446 or 8052220. OLE color: 8052220.

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

Color convert

RGB 252 221 122 -
CMYK 0 0.12 0.52 0.01
HSL 45.69º 0.96% 0.73% -
HSV(B) 45.69º 0.52% 0.99% -
XYZ 69.51 73.81 29 -
YUV 218.98 73.27 151.55 -
System Red Green Blue C M Y K H S L
Decimal 252 221 122 0 0.12 0.52 0.01 45.69 0.96 0.73
Hex FC DD 7A 0 C 34 1 2E 60 49
Octal 374 335 172 0 14 64 1 56 140 111
Binary 11111100 11011101 1111010 0 1100 110100 1 101110 1100000 1001001

Color Harmonies of #FCDD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDD7A

Black with #FCDD7A

Text Example


Text Example

White with #FCDD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDD7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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