Html Css Color HEX #FCE26A Sweet Corn

📋 copy color: '#FCE26A'

red 252 ◦ green 226 ◦ blue 106

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

Shades of Sweet Corn #FCE26A

Tints of Sweet Corn #FCE26A

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.7%

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

R = 43.15%
G = 38.7%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCE26A (or 0xFCE26A) is known color: Sweet Corn. HEX triplet: FC, E2 and 6A. RGB value is (252,226,106). Sum of RGB (Red+Green+Blue) = 252+226+106=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 226 (88.67% from 255 or 38.70% from 584); Blue value is 106 (41.80% from 255 or 18.15% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE26A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE26A is #031D95. Grayscale: #DCDCDC. Windows color (decimal): -204182 or 7004924. OLE color: 7004924.

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

Color convert

RGB 252 226 106 -
CMYK 0 0.10 0.58 0.01
HSL 49.32º 0.96% 0.7% -
HSV(B) 49.32º 0.58% 0.99% -
XYZ 69.94 76.13 24.64 -
YUV 220.09 63.61 150.76 -
System Red Green Blue C M Y K H S L
Decimal 252 226 106 0 0.10 0.58 0.01 49.32 0.96 0.7
Hex FC E2 6A 0 A 3A 1 31 60 46
Octal 374 342 152 0 12 72 1 61 140 106
Binary 11111100 11100010 1101010 0 1010 111010 1 110001 1100000 1000110

Color Harmonies of #FCE26A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE26A

Black with #FCE26A

Text Example


Text Example

White with #FCE26A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE26A; }

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

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

background-color css

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

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

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

border-color css

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

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

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