Html Css Color HEX #FCE872 Sweet Corn

📋 copy color: '#FCE872'

red 252 ◦ green 232 ◦ blue 114

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

Shades of Sweet Corn #FCE872

Tints of Sweet Corn #FCE872

RGB

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

 GREEN value IS 232 (91.02% from 255) = 38.8%

 BLUE value IS 114 (44.92% from 255) = 19.06%

R = 42.14%
G = 38.8%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FCE872 (or 0xFCE872) is known color: Sweet Corn. HEX triplet: FC, E8 and 72. RGB value is (252,232,114). Sum of RGB (Red+Green+Blue) = 252+232+114=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 232 (91.02% from 255 or 38.80% from 598); Blue value is 114 (44.92% from 255 or 19.06% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE872 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE872 is #03178D. Grayscale: #E1E1E1. Windows color (decimal): -202638 or 7530748. OLE color: 7530748.

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

Color convert

RGB 252 232 114 -
CMYK 0 0.08 0.55 0.01
HSL 51.3º 0.96% 0.72% -
HSV(B) 51.3º 0.55% 0.99% -
XYZ 72.04 79.62 27.49 -
YUV 224.53 65.63 147.59 -
System Red Green Blue C M Y K H S L
Decimal 252 232 114 0 0.08 0.55 0.01 51.3 0.96 0.72
Hex FC E8 72 0 8 37 1 33 60 48
Octal 374 350 162 0 10 67 1 63 140 110
Binary 11111100 11101000 1110010 0 1000 110111 1 110011 1100000 1001000

Color Harmonies of #FCE872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE872

Black with #FCE872

Text Example


Text Example

White with #FCE872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE872; }

 p { color: rgb(252,232,114); }

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

background-color css

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

 a { background-color: rgb(252,232,114); }

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

border-color css

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

 span { border-color: rgb(252,232,114); }

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