Html Css Color HEX #FCF157 Corn

📋 copy color: '#FCF157'

red 252 ◦ green 241 ◦ blue 87

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

Shades of Corn #FCF157

Tints of Corn #FCF157

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.55%

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

R = 43.45%
G = 41.55%
B = 15%

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

#FCF157 (or 0xFCF157) is known color: Corn. HEX triplet: FC, F1 and 57. RGB value is (252,241,87). Sum of RGB (Red+Green+Blue) = 252+241+87=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 241 (94.53% from 255 or 41.55% from 580); Blue value is 87 (34.38% from 255 or 15% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF157 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF157 is #030EA8. Grayscale: #E3E3E3. Windows color (decimal): -200361 or 5763580. OLE color: 5763580.

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

Color convert

RGB 252 241 87 -
CMYK 0 0.04 0.65 0.01
HSL 56º 0.96% 0.66% -
HSV(B) 56º 0.65% 0.99% -
XYZ 73.32 84.29 21.42 -
YUV 226.73 49.14 146.02 -
System Red Green Blue C M Y K H S L
Decimal 252 241 87 0 0.04 0.65 0.01 56 0.96 0.66
Hex FC F1 57 0 4 41 1 38 60 42
Octal 374 361 127 0 4 101 1 70 140 102
Binary 11111100 11110001 1010111 0 100 1000001 1 111000 1100000 1000010

Color Harmonies of #FCF157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF157

Black with #FCF157

Text Example


Text Example

White with #FCF157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF157; }

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

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

background-color css

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

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

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

border-color css

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

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

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