Html Css Color HEX #FCF057 Corn

📋 copy color: '#FCF057'

red 252 ◦ green 240 ◦ blue 87

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

Shades of Corn #FCF057

Tints of Corn #FCF057

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.45%

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

R = 43.52%
G = 41.45%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FCF057 (or 0xFCF057) is known color: Corn. HEX triplet: FC, F0 and 57. RGB value is (252,240,87). Sum of RGB (Red+Green+Blue) = 252+240+87=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 240 (94.14% from 255 or 41.45% from 579); Blue value is 87 (34.38% from 255 or 15.03% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF057 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF057 is #030FA8. Grayscale: #E2E2E2. Windows color (decimal): -200617 or 5763324. OLE color: 5763324.

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

Color convert

RGB 252 240 87 -
CMYK 0 0.05 0.65 0.01
HSL 55.64º 0.96% 0.66% -
HSV(B) 55.64º 0.65% 0.99% -
XYZ 73.03 83.7 21.32 -
YUV 226.15 49.48 146.44 -
System Red Green Blue C M Y K H S L
Decimal 252 240 87 0 0.05 0.65 0.01 55.64 0.96 0.66
Hex FC F0 57 0 5 41 1 38 60 42
Octal 374 360 127 0 5 101 1 70 140 102
Binary 11111100 11110000 1010111 0 101 1000001 1 111000 1100000 1000010

Color Harmonies of #FCF057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF057

Black with #FCF057

Text Example


Text Example

White with #FCF057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF057; }

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

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

background-color css

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

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

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

border-color css

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

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

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