Html Css Color HEX #FCE775 Sweet Corn

📋 copy color: '#FCE775'

red 252 ◦ green 231 ◦ blue 117

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

Shades of Sweet Corn #FCE775

Tints of Sweet Corn #FCE775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 19.5%

R = 42%
G = 38.5%
B = 19.5%

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

#FCE775 (or 0xFCE775) is known color: Sweet Corn. HEX triplet: FC, E7 and 75. RGB value is (252,231,117). Sum of RGB (Red+Green+Blue) = 252+231+117=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 231 (90.62% from 255 or 38.5% from 600); Blue value is 117 (46.09% from 255 or 19.5% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE775 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE775 is #03188A. Grayscale: #E0E0E0. Windows color (decimal): -202891 or 7727100. OLE color: 7727100.

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

Color convert

RGB 252 231 117 -
CMYK 0 0.08 0.54 0.01
HSL 50.67º 0.96% 0.72% -
HSV(B) 50.67º 0.54% 0.99% -
XYZ 71.93 79.13 28.31 -
YUV 224.28 67.46 147.77 -
System Red Green Blue C M Y K H S L
Decimal 252 231 117 0 0.08 0.54 0.01 50.67 0.96 0.72
Hex FC E7 75 0 8 36 1 33 60 48
Octal 374 347 165 0 10 66 1 63 140 110
Binary 11111100 11100111 1110101 0 1000 110110 1 110011 1100000 1001000

Color Harmonies of #FCE775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE775

Black with #FCE775

Text Example


Text Example

White with #FCE775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE775; }

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

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

background-color css

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

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

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

border-color css

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

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

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