Html Css Color HEX #FCF065 Corn

📋 copy color: '#FCF065'

red 252 ◦ green 240 ◦ blue 101

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

Shades of Corn #FCF065

Tints of Corn #FCF065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 17.03%

R = 42.5%
G = 40.47%
B = 17.03%

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

#FCF065 (or 0xFCF065) is known color: Corn. HEX triplet: FC, F0 and 65. RGB value is (252,240,101). Sum of RGB (Red+Green+Blue) = 252+240+101=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 240 (94.14% from 255 or 40.47% from 593); Blue value is 101 (39.84% from 255 or 17.03% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF065 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF065 is #030F9A. Grayscale: #E4E4E4. Windows color (decimal): -200603 or 6680828. OLE color: 6680828.

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

Color convert

RGB 252 240 101 -
CMYK 0 0.05 0.60 0.01
HSL 55.23º 0.96% 0.69% -
HSV(B) 55.23º 0.6% 0.99% -
XYZ 73.65 83.96 24.63 -
YUV 227.74 56.48 145.3 -
System Red Green Blue C M Y K H S L
Decimal 252 240 101 0 0.05 0.60 0.01 55.23 0.96 0.69
Hex FC F0 65 0 5 3C 1 37 60 45
Octal 374 360 145 0 5 74 1 67 140 105
Binary 11111100 11110000 1100101 0 101 111100 1 110111 1100000 1000101

Color Harmonies of #FCF065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF065

Black with #FCF065

Text Example


Text Example

White with #FCF065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF065; }

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

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

background-color css

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

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

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

border-color css

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

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

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