Html Css Color HEX #FCE774 Sweet Corn

📋 copy color: '#FCE774'

red 252 ◦ green 231 ◦ blue 116

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

Shades of Sweet Corn #FCE774

Tints of Sweet Corn #FCE774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 19.37%

R = 42.07%
G = 38.56%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCE774 (or 0xFCE774) is known color: Sweet Corn. HEX triplet: FC, E7 and 74. RGB value is (252,231,116). Sum of RGB (Red+Green+Blue) = 252+231+116=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 231 (90.62% from 255 or 38.56% from 599); Blue value is 116 (45.70% from 255 or 19.37% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE774 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE774 is #03188B. Grayscale: #E0E0E0. Windows color (decimal): -202892 or 7661564. OLE color: 7661564.

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

Color convert

RGB 252 231 116 -
CMYK 0 0.08 0.54 0.01
HSL 50.74º 0.96% 0.72% -
HSV(B) 50.74º 0.54% 0.99% -
XYZ 71.87 79.11 28 -
YUV 224.17 66.96 147.85 -
System Red Green Blue C M Y K H S L
Decimal 252 231 116 0 0.08 0.54 0.01 50.74 0.96 0.72
Hex FC E7 74 0 8 36 1 33 60 48
Octal 374 347 164 0 10 66 1 63 140 110
Binary 11111100 11100111 1110100 0 1000 110110 1 110011 1100000 1001000

Color Harmonies of #FCE774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE774

Black with #FCE774

Text Example


Text Example

White with #FCE774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE774; }

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

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

background-color css

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

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

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

border-color css

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

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

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