Html Css Color HEX #FCE071 Sweet Corn

📋 copy color: '#FCE071'

red 252 ◦ green 224 ◦ blue 113

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

Shades of Sweet Corn #FCE071

Tints of Sweet Corn #FCE071

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.03%

 BLUE value IS 113 (44.53% from 255) = 19.19%

R = 42.78%
G = 38.03%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FCE071 (or 0xFCE071) is known color: Sweet Corn. HEX triplet: FC, E0 and 71. RGB value is (252,224,113). Sum of RGB (Red+Green+Blue) = 252+224+113=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 113 (44.53% from 255 or 19.19% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE071 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE071 is #031F8E. Grayscale: #DCDCDC. Windows color (decimal): -204687 or 7463164. OLE color: 7463164.

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

Color convert

RGB 252 224 113 -
CMYK 0 0.11 0.55 0.01
HSL 47.91º 0.96% 0.72% -
HSV(B) 47.91º 0.55% 0.99% -
XYZ 69.78 75.2 26.46 -
YUV 219.72 67.78 151.03 -
System Red Green Blue C M Y K H S L
Decimal 252 224 113 0 0.11 0.55 0.01 47.91 0.96 0.72
Hex FC E0 71 0 B 37 1 30 60 48
Octal 374 340 161 0 13 67 1 60 140 110
Binary 11111100 11100000 1110001 0 1011 110111 1 110000 1100000 1001000

Color Harmonies of #FCE071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE071

Black with #FCE071

Text Example


Text Example

White with #FCE071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE071; }

 p { color: rgb(252,224,113); }

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

background-color css

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

 a { background-color: rgb(252,224,113); }

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

border-color css

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

 span { border-color: rgb(252,224,113); }

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