Html Css Color HEX #FCF656 Corn

📋 copy color: '#FCF656'

red 252 ◦ green 246 ◦ blue 86

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

Shades of Corn #FCF656

Tints of Corn #FCF656

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.12%

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

R = 43.15%
G = 42.12%
B = 14.73%

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

#FCF656 (or 0xFCF656) is known color: Corn. HEX triplet: FC, F6 and 56. RGB value is (252,246,86). Sum of RGB (Red+Green+Blue) = 252+246+86=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 246 (96.48% from 255 or 42.12% from 584); Blue value is 86 (33.98% from 255 or 14.73% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF656 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF656 is #0309A9. Grayscale: #E6E6E6. Windows color (decimal): -199082 or 5699324. OLE color: 5699324.

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

Color convert

RGB 252 246 86 -
CMYK 0 0.02 0.66 0.01
HSL 57.83º 0.97% 0.66% -
HSV(B) 57.83º 0.66% 0.99% -
XYZ 74.78 87.28 21.71 -
YUV 229.55 46.99 144.01 -
System Red Green Blue C M Y K H S L
Decimal 252 246 86 0 0.02 0.66 0.01 57.83 0.97 0.66
Hex FC F6 56 0 2 42 1 3A 61 42
Octal 374 366 126 0 2 102 1 72 141 102
Binary 11111100 11110110 1010110 0 10 1000010 1 111010 1100001 1000010

Color Harmonies of #FCF656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF656

Black with #FCF656

Text Example


Text Example

White with #FCF656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF656; }

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

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

background-color css

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

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

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

border-color css

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

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

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