Html Css Color HEX #FCE570 Sweet Corn

📋 copy color: '#FCE570'

red 252 ◦ green 229 ◦ blue 112

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

Shades of Sweet Corn #FCE570

Tints of Sweet Corn #FCE570

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.62%

 BLUE value IS 112 (44.14% from 255) = 18.89%

R = 42.5%
G = 38.62%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCE570 (or 0xFCE570) is known color: Sweet Corn. HEX triplet: FC, E5 and 70. RGB value is (252,229,112). Sum of RGB (Red+Green+Blue) = 252+229+112=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 229 (89.84% from 255 or 38.62% from 593); Blue value is 112 (44.14% from 255 or 18.89% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE570 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE570 is #031A8F. Grayscale: #DFDFDF. Windows color (decimal): -203408 or 7398908. OLE color: 7398908.

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

Color convert

RGB 252 229 112 -
CMYK 0 0.09 0.56 0.01
HSL 50.14º 0.96% 0.71% -
HSV(B) 50.14º 0.56% 0.99% -
XYZ 71.09 77.9 26.62 -
YUV 222.54 65.62 149.01 -
System Red Green Blue C M Y K H S L
Decimal 252 229 112 0 0.09 0.56 0.01 50.14 0.96 0.71
Hex FC E5 70 0 9 38 1 32 60 47
Octal 374 345 160 0 11 70 1 62 140 107
Binary 11111100 11100101 1110000 0 1001 111000 1 110010 1100000 1000111

Color Harmonies of #FCE570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE570

Black with #FCE570

Text Example


Text Example

White with #FCE570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE570; }

 p { color: rgb(252,229,112); }

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

background-color css

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

 a { background-color: rgb(252,229,112); }

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

border-color css

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

 span { border-color: rgb(252,229,112); }

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