Html Css Color HEX #FCF956 Corn

📋 copy color: '#FCF956'

red 252 ◦ green 249 ◦ blue 86

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

Shades of Corn #FCF956

Tints of Corn #FCF956

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.42%

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

R = 42.93%
G = 42.42%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FCF956 (or 0xFCF956) is known color: Corn. HEX triplet: FC, F9 and 56. RGB value is (252,249,86). Sum of RGB (Red+Green+Blue) = 252+249+86=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 249 (97.66% from 255 or 42.42% from 587); Blue value is 86 (33.98% from 255 or 14.65% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF956 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF956 is #0306A9. Grayscale: #E7E7E7. Windows color (decimal): -198314 or 5700092. OLE color: 5700092.

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

Color convert

RGB 252 249 86 -
CMYK 0 0.01 0.66 0.01
HSL 58.92º 0.97% 0.66% -
HSV(B) 58.92º 0.66% 0.99% -
XYZ 75.7 89.12 22.02 -
YUV 231.32 45.99 142.75 -
System Red Green Blue C M Y K H S L
Decimal 252 249 86 0 0.01 0.66 0.01 58.92 0.97 0.66
Hex FC F9 56 0 1 42 1 3B 61 42
Octal 374 371 126 0 1 102 1 73 141 102
Binary 11111100 11111001 1010110 0 1 1000010 1 111011 1100001 1000010

Color Harmonies of #FCF956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF956

Black with #FCF956

Text Example


Text Example

White with #FCF956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF956; }

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

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

background-color css

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

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

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

border-color css

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

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

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