Html Css Color HEX #FCE072 Sweet Corn

📋 copy color: '#FCE072'

red 252 ◦ green 224 ◦ blue 114

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

Shades of Sweet Corn #FCE072

Tints of Sweet Corn #FCE072

RGB

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

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

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

R = 42.71%
G = 37.97%
B = 19.32%

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

#FCE072 (or 0xFCE072) is known color: Sweet Corn. HEX triplet: FC, E0 and 72. RGB value is (252,224,114). Sum of RGB (Red+Green+Blue) = 252+224+114=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 224 (87.89% from 255 or 37.97% from 590); Blue value is 114 (44.92% from 255 or 19.32% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE072 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE072 is #031F8D. Grayscale: #DCDCDC. Windows color (decimal): -204686 or 7528700. OLE color: 7528700.

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

Color convert

RGB 252 224 114 -
CMYK 0 0.11 0.55 0.01
HSL 47.83º 0.96% 0.72% -
HSV(B) 47.83º 0.55% 0.99% -
XYZ 69.84 75.22 26.76 -
YUV 219.83 68.28 150.94 -
System Red Green Blue C M Y K H S L
Decimal 252 224 114 0 0.11 0.55 0.01 47.83 0.96 0.72
Hex FC E0 72 0 B 37 1 30 60 48
Octal 374 340 162 0 13 67 1 60 140 110
Binary 11111100 11100000 1110010 0 1011 110111 1 110000 1100000 1001000

Color Harmonies of #FCE072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE072

Black with #FCE072

Text Example


Text Example

White with #FCE072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE072; }

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

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

background-color css

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

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

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

border-color css

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

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

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