Html Css Color HEX #FCF856 Corn

📋 copy color: '#FCF856'

red 252 ◦ green 248 ◦ blue 86

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

Shades of Corn #FCF856

Tints of Corn #FCF856

RGB

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

 GREEN value IS 248 (97.27% from 255) = 42.32%

 BLUE value IS 86 (33.98% from 255) = 14.68%

R = 43%
G = 42.32%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FCF856 (or 0xFCF856) is known color: Corn. HEX triplet: FC, F8 and 56. RGB value is (252,248,86). Sum of RGB (Red+Green+Blue) = 252+248+86=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 248 (97.27% from 255 or 42.32% from 586); Blue value is 86 (33.98% from 255 or 14.68% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF856 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF856 is #0307A9. Grayscale: #E7E7E7. Windows color (decimal): -198570 or 5699836. OLE color: 5699836.

HSL color Cylindrical-coordinate representation of color #FCF856: hue angle of 58.55º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FCF856 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 248 86 -
CMYK 0 0.02 0.66 0.01
HSL 58.55º 0.97% 0.66% -
HSV(B) 58.55º 0.66% 0.99% -
XYZ 75.39 88.5 21.91 -
YUV 230.73 46.33 143.17 -
System Red Green Blue C M Y K H S L
Decimal 252 248 86 0 0.02 0.66 0.01 58.55 0.97 0.66
Hex FC F8 56 0 2 42 1 3B 61 42
Octal 374 370 126 0 2 102 1 73 141 102
Binary 11111100 11111000 1010110 0 10 1000010 1 111011 1100001 1000010

Color Harmonies of #FCF856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF856

Black with #FCF856

Text Example


Text Example

White with #FCF856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF856; }

 p { color: rgb(252,248,86); }

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

background-color css

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

 a { background-color: rgb(252,248,86); }

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

border-color css

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

 span { border-color: rgb(252,248,86); }

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