Html Css Color HEX #FCE66A Sweet Corn

📋 copy color: '#FCE66A'

red 252 ◦ green 230 ◦ blue 106

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

Shades of Sweet Corn #FCE66A

Tints of Sweet Corn #FCE66A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.12%

 BLUE value IS 106 (41.8% from 255) = 18.03%

R = 42.86%
G = 39.12%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCE66A (or 0xFCE66A) is known color: Sweet Corn. HEX triplet: FC, E6 and 6A. RGB value is (252,230,106). Sum of RGB (Red+Green+Blue) = 252+230+106=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 230 (90.23% from 255 or 39.12% from 588); Blue value is 106 (41.80% from 255 or 18.03% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE66A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE66A is #031995. Grayscale: #DEDEDE. Windows color (decimal): -203158 or 7005948. OLE color: 7005948.

HSL color Cylindrical-coordinate representation of color #FCE66A: hue angle of 50.96º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FCE66A is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 230 106 -
CMYK 0 0.09 0.58 0.01
HSL 50.96º 0.96% 0.7% -
HSV(B) 50.96º 0.58% 0.99% -
XYZ 71.04 78.33 25.01 -
YUV 222.44 62.29 149.08 -
System Red Green Blue C M Y K H S L
Decimal 252 230 106 0 0.09 0.58 0.01 50.96 0.96 0.7
Hex FC E6 6A 0 9 3A 1 33 60 46
Octal 374 346 152 0 11 72 1 63 140 106
Binary 11111100 11100110 1101010 0 1001 111010 1 110011 1100000 1000110

Color Harmonies of #FCE66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE66A

Black with #FCE66A

Text Example


Text Example

White with #FCE66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE66A; }

 p { color: rgb(252,230,106); }

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

background-color css

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

 a { background-color: rgb(252,230,106); }

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

border-color css

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

 span { border-color: rgb(252,230,106); }

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