Html Css Color HEX #FCF257 Corn

📋 copy color: '#FCF257'

red 252 ◦ green 242 ◦ blue 87

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

Shades of Corn #FCF257

Tints of Corn #FCF257

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.65%

 BLUE value IS 87 (34.38% from 255) = 14.97%

R = 43.37%
G = 41.65%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FCF257 (or 0xFCF257) is known color: Corn. HEX triplet: FC, F2 and 57. RGB value is (252,242,87). Sum of RGB (Red+Green+Blue) = 252+242+87=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 242 (94.92% from 255 or 41.65% from 581); Blue value is 87 (34.38% from 255 or 14.97% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF257 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF257 is #030DA8. Grayscale: #E3E3E3. Windows color (decimal): -200105 or 5763836. OLE color: 5763836.

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

Color convert

RGB 252 242 87 -
CMYK 0 0.04 0.65 0.01
HSL 56.36º 0.96% 0.66% -
HSV(B) 56.36º 0.65% 0.99% -
XYZ 73.62 84.89 21.52 -
YUV 227.32 48.81 145.6 -
System Red Green Blue C M Y K H S L
Decimal 252 242 87 0 0.04 0.65 0.01 56.36 0.96 0.66
Hex FC F2 57 0 4 41 1 38 60 42
Octal 374 362 127 0 4 101 1 70 140 102
Binary 11111100 11110010 1010111 0 100 1000001 1 111000 1100000 1000010

Color Harmonies of #FCF257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF257

Black with #FCF257

Text Example


Text Example

White with #FCF257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF257; }

 p { color: rgb(252,242,87); }

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

background-color css

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

 a { background-color: rgb(252,242,87); }

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

border-color css

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

 span { border-color: rgb(252,242,87); }

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