Html Css Color HEX #FCE47A Sweet Corn

📋 copy color: '#FCE47A'

red 252 ◦ green 228 ◦ blue 122

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

Shades of Sweet Corn #FCE47A

Tints of Sweet Corn #FCE47A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.87%

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

R = 41.86%
G = 37.87%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FCE47A (or 0xFCE47A) is known color: Sweet Corn. HEX triplet: FC, E4 and 7A. RGB value is (252,228,122). Sum of RGB (Red+Green+Blue) = 252+228+122=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 228 (89.45% from 255 or 37.87% from 602); Blue value is 122 (48.05% from 255 or 20.27% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE47A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE47A is #031B85. Grayscale: #DFDFDF. Windows color (decimal): -203654 or 8054012. OLE color: 8054012.

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

Color convert

RGB 252 228 122 -
CMYK 0 0.10 0.52 0.01
HSL 48.92º 0.96% 0.73% -
HSV(B) 48.92º 0.52% 0.99% -
XYZ 71.4 77.59 29.62 -
YUV 223.09 70.95 148.62 -
System Red Green Blue C M Y K H S L
Decimal 252 228 122 0 0.10 0.52 0.01 48.92 0.96 0.73
Hex FC E4 7A 0 A 34 1 31 60 49
Octal 374 344 172 0 12 64 1 61 140 111
Binary 11111100 11100100 1111010 0 1010 110100 1 110001 1100000 1001001

Color Harmonies of #FCE47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE47A

Black with #FCE47A

Text Example


Text Example

White with #FCE47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE47A; }

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

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

background-color css

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

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

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

border-color css

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

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

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