Html Css Color HEX #FCE073 Sweet Corn

📋 copy color: '#FCE073'

red 252 ◦ green 224 ◦ blue 115

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

Shades of Sweet Corn #FCE073

Tints of Sweet Corn #FCE073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 19.46%

R = 42.64%
G = 37.9%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCE073 (or 0xFCE073) is known color: Sweet Corn. HEX triplet: FC, E0 and 73. RGB value is (252,224,115). Sum of RGB (Red+Green+Blue) = 252+224+115=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 224 (87.89% from 255 or 37.90% from 591); Blue value is 115 (45.31% from 255 or 19.46% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE073 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE073 is #031F8C. Grayscale: #DCDCDC. Windows color (decimal): -204685 or 7594236. OLE color: 7594236.

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

Color convert

RGB 252 224 115 -
CMYK 0 0.11 0.54 0.01
HSL 47.74º 0.96% 0.72% -
HSV(B) 47.74º 0.54% 0.99% -
XYZ 69.9 75.24 27.06 -
YUV 219.95 68.78 150.86 -
System Red Green Blue C M Y K H S L
Decimal 252 224 115 0 0.11 0.54 0.01 47.74 0.96 0.72
Hex FC E0 73 0 B 36 1 30 60 48
Octal 374 340 163 0 13 66 1 60 140 110
Binary 11111100 11100000 1110011 0 1011 110110 1 110000 1100000 1001000

Color Harmonies of #FCE073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE073

Black with #FCE073

Text Example


Text Example

White with #FCE073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE073; }

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

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

background-color css

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

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

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

border-color css

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

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

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