Html Css Color HEX #FCDE7A Sweet Corn

📋 copy color: '#FCDE7A'

red 252 ◦ green 222 ◦ blue 122

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

Shades of Sweet Corn #FCDE7A

Tints of Sweet Corn #FCDE7A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.25%

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

R = 42.28%
G = 37.25%
B = 20.47%

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

#FCDE7A (or 0xFCDE7A) is known color: Sweet Corn. HEX triplet: FC, DE and 7A. RGB value is (252,222,122). Sum of RGB (Red+Green+Blue) = 252+222+122=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 222 (87.11% from 255 or 37.25% from 596); Blue value is 122 (48.05% from 255 or 20.47% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDE7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDE7A is #032185. Grayscale: #DBDBDB. Windows color (decimal): -205190 or 8052476. OLE color: 8052476.

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

Color convert

RGB 252 222 122 -
CMYK 0 0.12 0.52 0.01
HSL 46.15º 0.96% 0.73% -
HSV(B) 46.15º 0.52% 0.99% -
XYZ 69.78 74.34 29.08 -
YUV 219.57 72.94 151.13 -
System Red Green Blue C M Y K H S L
Decimal 252 222 122 0 0.12 0.52 0.01 46.15 0.96 0.73
Hex FC DE 7A 0 C 34 1 2E 60 49
Octal 374 336 172 0 14 64 1 56 140 111
Binary 11111100 11011110 1111010 0 1100 110100 1 101110 1100000 1001001

Color Harmonies of #FCDE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDE7A

Black with #FCDE7A

Text Example


Text Example

White with #FCDE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDE7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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