Html Css Color HEX #FCE982 Sweet Corn

📋 copy color: '#FCE982'

red 252 ◦ green 233 ◦ blue 130

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

Shades of Sweet Corn #FCE982

Tints of Sweet Corn #FCE982

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.89%

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

R = 40.98%
G = 37.89%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FCE982 (or 0xFCE982) is known color: Sweet Corn. HEX triplet: FC, E9 and 82. RGB value is (252,233,130). Sum of RGB (Red+Green+Blue) = 252+233+130=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 233 (91.41% from 255 or 37.89% from 615); Blue value is 130 (51.17% from 255 or 21.14% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE982 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE982 is #03167D. Grayscale: #E3E3E3. Windows color (decimal): -202366 or 8579580. OLE color: 8579580.

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

Color convert

RGB 252 233 130 -
CMYK 0 0.08 0.48 0.01
HSL 50.66º 0.95% 0.75% -
HSV(B) 50.66º 0.48% 0.99% -
XYZ 73.31 80.58 32.81 -
YUV 226.94 73.29 145.88 -
System Red Green Blue C M Y K H S L
Decimal 252 233 130 0 0.08 0.48 0.01 50.66 0.95 0.75
Hex FC E9 82 0 8 30 1 33 5F 4B
Octal 374 351 202 0 10 60 1 63 137 113
Binary 11111100 11101001 10000010 0 1000 110000 1 110011 1011111 1001011

Color Harmonies of #FCE982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE982

Black with #FCE982

Text Example


Text Example

White with #FCE982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE982; }

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

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

background-color css

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

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

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

border-color css

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

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

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