Html Css Color HEX #FCE482 Sweet Corn

📋 copy color: '#FCE482'

red 252 ◦ green 228 ◦ blue 130

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

Shades of Sweet Corn #FCE482

Tints of Sweet Corn #FCE482

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.38%

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

R = 41.31%
G = 37.38%
B = 21.31%

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

#FCE482 (or 0xFCE482) is known color: Sweet Corn. HEX triplet: FC, E4 and 82. RGB value is (252,228,130). Sum of RGB (Red+Green+Blue) = 252+228+130=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 228 (89.45% from 255 or 37.38% from 610); Blue value is 130 (51.17% from 255 or 21.31% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE482 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE482 is #031B7D. Grayscale: #E0E0E0. Windows color (decimal): -203646 or 8578300. OLE color: 8578300.

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

Color convert

RGB 252 228 130 -
CMYK 0 0.10 0.48 0.01
HSL 48.2º 0.95% 0.75% -
HSV(B) 48.2º 0.48% 0.99% -
XYZ 71.92 77.79 32.34 -
YUV 224 74.95 147.97 -
System Red Green Blue C M Y K H S L
Decimal 252 228 130 0 0.10 0.48 0.01 48.2 0.95 0.75
Hex FC E4 82 0 A 30 1 30 5F 4B
Octal 374 344 202 0 12 60 1 60 137 113
Binary 11111100 11100100 10000010 0 1010 110000 1 110000 1011111 1001011

Color Harmonies of #FCE482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE482

Black with #FCE482

Text Example


Text Example

White with #FCE482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE482; }

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

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

background-color css

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

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

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

border-color css

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

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

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