Html Css Color HEX #FCE47F Sweet Corn

📋 copy color: '#FCE47F'

red 252 ◦ green 228 ◦ blue 127

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

Shades of Sweet Corn #FCE47F

Tints of Sweet Corn #FCE47F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 20.92%

R = 41.52%
G = 37.56%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FCE47F (or 0xFCE47F) is known color: Sweet Corn. HEX triplet: FC, E4 and 7F. RGB value is (252,228,127). Sum of RGB (Red+Green+Blue) = 252+228+127=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 228 (89.45% from 255 or 37.56% from 607); Blue value is 127 (50% from 255 or 20.92% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE47F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE47F is #031B80. Grayscale: #E0E0E0. Windows color (decimal): -203649 or 8381692. OLE color: 8381692.

HSL color Cylindrical-coordinate representation of color #FCE47F: hue angle of 48.48º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FCE47F is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 228 127 -
CMYK 0 0.10 0.50 0.01
HSL 48.48º 0.95% 0.74% -
HSV(B) 48.48º 0.5% 0.99% -
XYZ 71.72 77.71 31.3 -
YUV 223.66 73.45 148.21 -
System Red Green Blue C M Y K H S L
Decimal 252 228 127 0 0.10 0.50 0.01 48.48 0.95 0.74
Hex FC E4 7F 0 A 32 1 30 5F 4A
Octal 374 344 177 0 12 62 1 60 137 112
Binary 11111100 11100100 1111111 0 1010 110010 1 110000 1011111 1001010

Color Harmonies of #FCE47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE47F

Black with #FCE47F

Text Example


Text Example

White with #FCE47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE47F; }

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

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

background-color css

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

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

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

border-color css

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

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

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