Html Css Color HEX #FCE27C Sweet Corn

📋 copy color: '#FCE27C'

red 252 ◦ green 226 ◦ blue 124

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

Shades of Sweet Corn #FCE27C

Tints of Sweet Corn #FCE27C

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.54%

 BLUE value IS 124 (48.83% from 255) = 20.6%

R = 41.86%
G = 37.54%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FCE27C (or 0xFCE27C) is known color: Sweet Corn. HEX triplet: FC, E2 and 7C. RGB value is (252,226,124). Sum of RGB (Red+Green+Blue) = 252+226+124=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 226 (88.67% from 255 or 37.54% from 602); Blue value is 124 (48.83% from 255 or 20.60% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE27C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE27C is #031D83. Grayscale: #DEDEDE. Windows color (decimal): -204164 or 8184572. OLE color: 8184572.

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

Color convert

RGB 252 226 124 -
CMYK 0 0.10 0.51 0.01
HSL 47.81º 0.96% 0.74% -
HSV(B) 47.81º 0.51% 0.99% -
XYZ 70.98 76.54 30.1 -
YUV 222.15 72.61 149.29 -
System Red Green Blue C M Y K H S L
Decimal 252 226 124 0 0.10 0.51 0.01 47.81 0.96 0.74
Hex FC E2 7C 0 A 33 1 30 60 4A
Octal 374 342 174 0 12 63 1 60 140 112
Binary 11111100 11100010 1111100 0 1010 110011 1 110000 1100000 1001010

Color Harmonies of #FCE27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE27C

Black with #FCE27C

Text Example


Text Example

White with #FCE27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE27C; }

 p { color: rgb(252,226,124); }

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

background-color css

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

 a { background-color: rgb(252,226,124); }

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

border-color css

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

 span { border-color: rgb(252,226,124); }

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