Html Css Color HEX #FCE278 Sweet Corn

📋 copy color: '#FCE278'

red 252 ◦ green 226 ◦ blue 120

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

Shades of Sweet Corn #FCE278

Tints of Sweet Corn #FCE278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 20.07%

R = 42.14%
G = 37.79%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FCE278 (or 0xFCE278) is known color: Sweet Corn. HEX triplet: FC, E2 and 78. RGB value is (252,226,120). Sum of RGB (Red+Green+Blue) = 252+226+120=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 226 (88.67% from 255 or 37.79% from 598); Blue value is 120 (47.27% from 255 or 20.07% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE278 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE278 is #031D87. Grayscale: #DEDEDE. Windows color (decimal): -204168 or 7922428. OLE color: 7922428.

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

Color convert

RGB 252 226 120 -
CMYK 0 0.10 0.52 0.01
HSL 48.18º 0.96% 0.73% -
HSV(B) 48.18º 0.52% 0.99% -
XYZ 70.73 76.44 28.8 -
YUV 221.69 70.61 149.62 -
System Red Green Blue C M Y K H S L
Decimal 252 226 120 0 0.10 0.52 0.01 48.18 0.96 0.73
Hex FC E2 78 0 A 34 1 30 60 49
Octal 374 342 170 0 12 64 1 60 140 111
Binary 11111100 11100010 1111000 0 1010 110100 1 110000 1100000 1001001

Color Harmonies of #FCE278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE278

Black with #FCE278

Text Example


Text Example

White with #FCE278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE278; }

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

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

background-color css

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

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

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

border-color css

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

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

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