Html Css Color HEX #FCF266 Corn

📋 copy color: '#FCF266'

red 252 ◦ green 242 ◦ blue 102

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

Shades of Corn #FCF266

Tints of Corn #FCF266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 17.11%

R = 42.28%
G = 40.6%
B = 17.11%

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

#FCF266 (or 0xFCF266) is known color: Corn. HEX triplet: FC, F2 and 66. RGB value is (252,242,102). Sum of RGB (Red+Green+Blue) = 252+242+102=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 242 (94.92% from 255 or 40.60% from 596); Blue value is 102 (40.23% from 255 or 17.11% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF266 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF266 is #030D99. Grayscale: #E5E5E5. Windows color (decimal): -200090 or 6746876. OLE color: 6746876.

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

Color convert

RGB 252 242 102 -
CMYK 0 0.04 0.60 0.01
HSL 56º 0.96% 0.69% -
HSV(B) 56º 0.6% 0.99% -
XYZ 74.3 85.16 25.09 -
YUV 229.03 56.31 144.38 -
System Red Green Blue C M Y K H S L
Decimal 252 242 102 0 0.04 0.60 0.01 56 0.96 0.69
Hex FC F2 66 0 4 3C 1 38 60 45
Octal 374 362 146 0 4 74 1 70 140 105
Binary 11111100 11110010 1100110 0 100 111100 1 111000 1100000 1000101

Color Harmonies of #FCF266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF266

Black with #FCF266

Text Example


Text Example

White with #FCF266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF266; }

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

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

background-color css

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

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

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

border-color css

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

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

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