Html Css Color HEX #FCE770 Sweet Corn

📋 copy color: '#FCE770'

red 252 ◦ green 231 ◦ blue 112

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

Shades of Sweet Corn #FCE770

Tints of Sweet Corn #FCE770

RGB

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

 GREEN value IS 231 (90.63% from 255) = 38.82%

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

R = 42.35%
G = 38.82%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCE770 (or 0xFCE770) is known color: Sweet Corn. HEX triplet: FC, E7 and 70. RGB value is (252,231,112). Sum of RGB (Red+Green+Blue) = 252+231+112=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 231 (90.62% from 255 or 38.82% from 595); Blue value is 112 (44.14% from 255 or 18.82% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE770 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE770 is #03188F. Grayscale: #E0E0E0. Windows color (decimal): -202896 or 7399420. OLE color: 7399420.

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

Color convert

RGB 252 231 112 -
CMYK 0 0.08 0.56 0.01
HSL 51º 0.96% 0.71% -
HSV(B) 51º 0.56% 0.99% -
XYZ 71.65 79.02 26.8 -
YUV 223.71 64.96 148.18 -
System Red Green Blue C M Y K H S L
Decimal 252 231 112 0 0.08 0.56 0.01 51 0.96 0.71
Hex FC E7 70 0 8 38 1 33 60 47
Octal 374 347 160 0 10 70 1 63 140 107
Binary 11111100 11100111 1110000 0 1000 111000 1 110011 1100000 1000111

Color Harmonies of #FCE770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE770

Black with #FCE770

Text Example


Text Example

White with #FCE770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE770; }

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

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

background-color css

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

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

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

border-color css

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

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

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