Html Css Color HEX #FCE380 Sweet Corn

📋 copy color: '#FCE380'

red 252 ◦ green 227 ◦ blue 128

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

Shades of Sweet Corn #FCE380

Tints of Sweet Corn #FCE380

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.4%

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

R = 41.52%
G = 37.4%
B = 21.09%

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

#FCE380 (or 0xFCE380) is known color: Sweet Corn. HEX triplet: FC, E3 and 80. RGB value is (252,227,128). Sum of RGB (Red+Green+Blue) = 252+227+128=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 227 (89.06% from 255 or 37.40% from 607); Blue value is 128 (50.39% from 255 or 21.09% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE380 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE380 is #031C7F. Grayscale: #DFDFDF. Windows color (decimal): -203904 or 8446972. OLE color: 8446972.

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

Color convert

RGB 252 227 128 -
CMYK 0 0.10 0.49 0.01
HSL 47.9º 0.95% 0.75% -
HSV(B) 47.9º 0.49% 0.99% -
XYZ 71.51 77.19 31.55 -
YUV 223.19 74.28 148.55 -
System Red Green Blue C M Y K H S L
Decimal 252 227 128 0 0.10 0.49 0.01 47.9 0.95 0.75
Hex FC E3 80 0 A 31 1 30 5F 4B
Octal 374 343 200 0 12 61 1 60 137 113
Binary 11111100 11100011 10000000 0 1010 110001 1 110000 1011111 1001011

Color Harmonies of #FCE380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE380

Black with #FCE380

Text Example


Text Example

White with #FCE380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE380; }

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

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

background-color css

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

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

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

border-color css

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

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

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