Html Css Color HEX #FCE280 Sweet Corn

📋 copy color: '#FCE280'

red 252 ◦ green 226 ◦ blue 128

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

Shades of Sweet Corn #FCE280

Tints of Sweet Corn #FCE280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 21.12%

R = 41.58%
G = 37.29%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FCE280 (or 0xFCE280) is known color: Sweet Corn. HEX triplet: FC, E2 and 80. RGB value is (252,226,128). Sum of RGB (Red+Green+Blue) = 252+226+128=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 226 (88.67% from 255 or 37.29% from 606); Blue value is 128 (50.39% from 255 or 21.12% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE280 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE280 is #031D7F. Grayscale: #DFDFDF. Windows color (decimal): -204160 or 8446716. OLE color: 8446716.

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

Color convert

RGB 252 226 128 -
CMYK 0 0.10 0.49 0.01
HSL 47.42º 0.95% 0.75% -
HSV(B) 47.42º 0.49% 0.99% -
XYZ 71.24 76.65 31.46 -
YUV 222.6 74.61 148.97 -
System Red Green Blue C M Y K H S L
Decimal 252 226 128 0 0.10 0.49 0.01 47.42 0.95 0.75
Hex FC E2 80 0 A 31 1 2F 5F 4B
Octal 374 342 200 0 12 61 1 57 137 113
Binary 11111100 11100010 10000000 0 1010 110001 1 101111 1011111 1001011

Color Harmonies of #FCE280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE280

Black with #FCE280

Text Example


Text Example

White with #FCE280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE280; }

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

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

background-color css

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

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

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

border-color css

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

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

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