Html Css Color HEX #FCE17C Sweet Corn

📋 copy color: '#FCE17C'

red 252 ◦ green 225 ◦ blue 124

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

Shades of Sweet Corn #FCE17C

Tints of Sweet Corn #FCE17C

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.44%

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

R = 41.93%
G = 37.44%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FCE17C (or 0xFCE17C) is known color: Sweet Corn. HEX triplet: FC, E1 and 7C. RGB value is (252,225,124). Sum of RGB (Red+Green+Blue) = 252+225+124=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 225 (88.28% from 255 or 37.44% from 601); Blue value is 124 (48.83% from 255 or 20.63% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE17C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE17C is #031E83. Grayscale: #DDDDDD. Windows color (decimal): -204420 or 8184316. OLE color: 8184316.

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

Color convert

RGB 252 225 124 -
CMYK 0 0.11 0.51 0.01
HSL 47.34º 0.96% 0.74% -
HSV(B) 47.34º 0.51% 0.99% -
XYZ 70.71 76 30.01 -
YUV 221.56 72.95 149.71 -
System Red Green Blue C M Y K H S L
Decimal 252 225 124 0 0.11 0.51 0.01 47.34 0.96 0.74
Hex FC E1 7C 0 B 33 1 2F 60 4A
Octal 374 341 174 0 13 63 1 57 140 112
Binary 11111100 11100001 1111100 0 1011 110011 1 101111 1100000 1001010

Color Harmonies of #FCE17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE17C

Black with #FCE17C

Text Example


Text Example

White with #FCE17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE17C; }

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

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

background-color css

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

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

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

border-color css

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

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

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