Html Css Color HEX #FCE382 Sweet Corn

📋 copy color: '#FCE382'

red 252 ◦ green 227 ◦ blue 130

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

Shades of Sweet Corn #FCE382

Tints of Sweet Corn #FCE382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 21.35%

R = 41.38%
G = 37.27%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FCE382 (or 0xFCE382) is known color: Sweet Corn. HEX triplet: FC, E3 and 82. RGB value is (252,227,130). Sum of RGB (Red+Green+Blue) = 252+227+130=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 227 (89.06% from 255 or 37.27% from 609); Blue value is 130 (51.17% from 255 or 21.35% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE382 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE382 is #031C7D. Grayscale: #DFDFDF. Windows color (decimal): -203902 or 8578044. OLE color: 8578044.

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

Color convert

RGB 252 227 130 -
CMYK 0 0.10 0.48 0.01
HSL 47.7º 0.95% 0.75% -
HSV(B) 47.7º 0.48% 0.99% -
XYZ 71.64 77.25 32.25 -
YUV 223.42 75.28 148.39 -
System Red Green Blue C M Y K H S L
Decimal 252 227 130 0 0.10 0.48 0.01 47.7 0.95 0.75
Hex FC E3 82 0 A 30 1 30 5F 4B
Octal 374 343 202 0 12 60 1 60 137 113
Binary 11111100 11100011 10000010 0 1010 110000 1 110000 1011111 1001011

Color Harmonies of #FCE382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE382

Black with #FCE382

Text Example


Text Example

White with #FCE382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE382; }

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

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

background-color css

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

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

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

border-color css

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

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

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