Html Css Color HEX #FCE26C Sweet Corn

📋 copy color: '#FCE26C'

red 252 ◦ green 226 ◦ blue 108

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

Shades of Sweet Corn #FCE26C

Tints of Sweet Corn #FCE26C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 18.43%

R = 43%
G = 38.57%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FCE26C (or 0xFCE26C) is known color: Sweet Corn. HEX triplet: FC, E2 and 6C. RGB value is (252,226,108). Sum of RGB (Red+Green+Blue) = 252+226+108=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 226 (88.67% from 255 or 38.57% from 586); Blue value is 108 (42.58% from 255 or 18.43% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE26C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE26C is #031D93. Grayscale: #DCDCDC. Windows color (decimal): -204180 or 7135996. OLE color: 7135996.

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

Color convert

RGB 252 226 108 -
CMYK 0 0.10 0.57 0.01
HSL 49.17º 0.96% 0.71% -
HSV(B) 49.17º 0.57% 0.99% -
XYZ 70.05 76.17 25.2 -
YUV 220.32 64.61 150.59 -
System Red Green Blue C M Y K H S L
Decimal 252 226 108 0 0.10 0.57 0.01 49.17 0.96 0.71
Hex FC E2 6C 0 A 39 1 31 60 47
Octal 374 342 154 0 12 71 1 61 140 107
Binary 11111100 11100010 1101100 0 1010 111001 1 110001 1100000 1000111

Color Harmonies of #FCE26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE26C

Black with #FCE26C

Text Example


Text Example

White with #FCE26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE26C; }

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

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

background-color css

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

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

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

border-color css

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

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

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