Html Css Color HEX #FCE27F Sweet Corn

📋 copy color: '#FCE27F'

red 252 ◦ green 226 ◦ blue 127

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

Shades of Sweet Corn #FCE27F

Tints of Sweet Corn #FCE27F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 20.99%

R = 41.65%
G = 37.36%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FCE27F (or 0xFCE27F) is known color: Sweet Corn. HEX triplet: FC, E2 and 7F. RGB value is (252,226,127). Sum of RGB (Red+Green+Blue) = 252+226+127=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 226 (88.67% from 255 or 37.36% from 605); Blue value is 127 (50% from 255 or 20.99% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE27F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE27F is #031D80. Grayscale: #DEDEDE. Windows color (decimal): -204161 or 8381180. OLE color: 8381180.

HSL color Cylindrical-coordinate representation of color #FCE27F: hue angle of 47.52º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FCE27F is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 226 127 -
CMYK 0 0.10 0.50 0.01
HSL 47.52º 0.95% 0.74% -
HSV(B) 47.52º 0.5% 0.99% -
XYZ 71.17 76.62 31.12 -
YUV 222.49 74.11 149.05 -
System Red Green Blue C M Y K H S L
Decimal 252 226 127 0 0.10 0.50 0.01 47.52 0.95 0.74
Hex FC E2 7F 0 A 32 1 30 5F 4A
Octal 374 342 177 0 12 62 1 60 137 112
Binary 11111100 11100010 1111111 0 1010 110010 1 110000 1011111 1001010

Color Harmonies of #FCE27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE27F

Black with #FCE27F

Text Example


Text Example

White with #FCE27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE27F; }

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

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

background-color css

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

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

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

border-color css

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

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

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