Html Css Color HEX #FCF064 Corn

📋 copy color: '#FCF064'

red 252 ◦ green 240 ◦ blue 100

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

Shades of Corn #FCF064

Tints of Corn #FCF064

RGB

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

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

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

R = 42.57%
G = 40.54%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCF064 (or 0xFCF064) is known color: Corn. HEX triplet: FC, F0 and 64. RGB value is (252,240,100). Sum of RGB (Red+Green+Blue) = 252+240+100=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 240 (94.14% from 255 or 40.54% from 592); Blue value is 100 (39.45% from 255 or 16.89% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF064 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF064 is #030F9B. Grayscale: #E4E4E4. Windows color (decimal): -200604 or 6615292. OLE color: 6615292.

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

Color convert

RGB 252 240 100 -
CMYK 0 0.05 0.60 0.01
HSL 55.26º 0.96% 0.69% -
HSV(B) 55.26º 0.6% 0.99% -
XYZ 73.61 83.94 24.38 -
YUV 227.63 55.98 145.38 -
System Red Green Blue C M Y K H S L
Decimal 252 240 100 0 0.05 0.60 0.01 55.26 0.96 0.69
Hex FC F0 64 0 5 3C 1 37 60 45
Octal 374 360 144 0 5 74 1 67 140 105
Binary 11111100 11110000 1100100 0 101 111100 1 110111 1100000 1000101

Color Harmonies of #FCF064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF064

Black with #FCF064

Text Example


Text Example

White with #FCF064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF064; }

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

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

background-color css

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

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

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

border-color css

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

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

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