Html Css Color HEX #FCF464 Corn

📋 copy color: '#FCF464'

red 252 ◦ green 244 ◦ blue 100

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

Shades of Corn #FCF464

Tints of Corn #FCF464

RGB

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

 GREEN value IS 244 (95.7% from 255) = 40.94%

 BLUE value IS 100 (39.45% from 255) = 16.78%

R = 42.28%
G = 40.94%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCF464 (or 0xFCF464) is known color: Corn. HEX triplet: FC, F4 and 64. RGB value is (252,244,100). Sum of RGB (Red+Green+Blue) = 252+244+100=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 244 (95.70% from 255 or 40.94% from 596); Blue value is 100 (39.45% from 255 or 16.78% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF464 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF464 is #030B9B. Grayscale: #E6E6E6. Windows color (decimal): -199580 or 6616316. OLE color: 6616316.

HSL color Cylindrical-coordinate representation of color #FCF464: hue angle of 56.84º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FCF464 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 244 100 -
CMYK 0 0.03 0.60 0.01
HSL 56.84º 0.96% 0.69% -
HSV(B) 56.84º 0.6% 0.99% -
XYZ 74.8 86.32 24.78 -
YUV 229.98 54.65 143.71 -
System Red Green Blue C M Y K H S L
Decimal 252 244 100 0 0.03 0.60 0.01 56.84 0.96 0.69
Hex FC F4 64 0 3 3C 1 39 60 45
Octal 374 364 144 0 3 74 1 71 140 105
Binary 11111100 11110100 1100100 0 11 111100 1 111001 1100000 1000101

Color Harmonies of #FCF464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF464

Black with #FCF464

Text Example


Text Example

White with #FCF464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF464; }

 p { color: rgb(252,244,100); }

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

background-color css

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

 a { background-color: rgb(252,244,100); }

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

border-color css

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

 span { border-color: rgb(252,244,100); }

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