Html Css Color HEX #FCE274 Sweet Corn

📋 copy color: '#FCE274'

red 252 ◦ green 226 ◦ blue 116

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

Shades of Sweet Corn #FCE274

Tints of Sweet Corn #FCE274

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.05%

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

R = 42.42%
G = 38.05%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCE274 (or 0xFCE274) is known color: Sweet Corn. HEX triplet: FC, E2 and 74. RGB value is (252,226,116). Sum of RGB (Red+Green+Blue) = 252+226+116=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 226 (88.67% from 255 or 38.05% from 594); Blue value is 116 (45.70% from 255 or 19.53% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE274 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE274 is #031D8B. Grayscale: #DDDDDD. Windows color (decimal): -204172 or 7660284. OLE color: 7660284.

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

Color convert

RGB 252 226 116 -
CMYK 0 0.10 0.54 0.01
HSL 48.53º 0.96% 0.72% -
HSV(B) 48.53º 0.54% 0.99% -
XYZ 70.49 76.35 27.54 -
YUV 221.23 68.61 149.94 -
System Red Green Blue C M Y K H S L
Decimal 252 226 116 0 0.10 0.54 0.01 48.53 0.96 0.72
Hex FC E2 74 0 A 36 1 31 60 48
Octal 374 342 164 0 12 66 1 61 140 110
Binary 11111100 11100010 1110100 0 1010 110110 1 110001 1100000 1001000

Color Harmonies of #FCE274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE274

Black with #FCE274

Text Example


Text Example

White with #FCE274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE274; }

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

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

background-color css

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

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

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

border-color css

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

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

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