Html Css Color HEX #FCF264 Corn

📋 copy color: '#FCF264'

red 252 ◦ green 242 ◦ blue 100

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

Shades of Corn #FCF264

Tints of Corn #FCF264

RGB

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

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

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

R = 42.42%
G = 40.74%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCF264 (or 0xFCF264) is known color: Corn. HEX triplet: FC, F2 and 64. RGB value is (252,242,100). Sum of RGB (Red+Green+Blue) = 252+242+100=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 242 (94.92% from 255 or 40.74% from 594); Blue value is 100 (39.45% from 255 or 16.84% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF264 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF264 is #030D9B. Grayscale: #E5E5E5. Windows color (decimal): -200092 or 6615804. OLE color: 6615804.

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

Color convert

RGB 252 242 100 -
CMYK 0 0.04 0.60 0.01
HSL 56.05º 0.96% 0.69% -
HSV(B) 56.05º 0.6% 0.99% -
XYZ 74.2 85.12 24.58 -
YUV 228.8 55.31 144.55 -
System Red Green Blue C M Y K H S L
Decimal 252 242 100 0 0.04 0.60 0.01 56.05 0.96 0.69
Hex FC F2 64 0 4 3C 1 38 60 45
Octal 374 362 144 0 4 74 1 70 140 105
Binary 11111100 11110010 1100100 0 100 111100 1 111000 1100000 1000101

Color Harmonies of #FCF264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF264

Black with #FCF264

Text Example


Text Example

White with #FCF264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF264; }

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

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

background-color css

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

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

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

border-color css

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

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

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