Html Css Color HEX #FCF301 Yellow

📋 copy color: '#FCF301'

red 252 ◦ green 243 ◦ blue 1

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

Shades of Yellow #FCF301

Tints of Yellow #FCF301

RGB

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

 GREEN value IS 243 (95.31% from 255) = 48.99%

 BLUE value IS 1 (0.78% from 255) = 0.2%

R = 50.81%
G = 48.99%
B = 0.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FCF301 (or 0xFCF301) is known color: Yellow. HEX triplet: FC, F3 and 01. RGB value is (252,243,1). Sum of RGB (Red+Green+Blue) = 252+243+1=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 243 (95.31% from 255 or 48.99% from 496); Blue value is 1 (0.78% from 255 or 0.20% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF301 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF301 is #030CFE. Grayscale: #DBDBDB. Windows color (decimal): -199935 or 127996. OLE color: 127996.

HSL color Cylindrical-coordinate representation of color #FCF301: hue angle of 57.85º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCF301 is Cyan = 0, Magento = 0.04, Yellow = 1.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 243 1 -
CMYK 0 0.04 1.00 0.01
HSL 57.85º 0.99% 0.5% -
HSV(B) 57.85º 1% 0.99% -
XYZ 72.2 84.8 12.59 -
YUV 218.1 5.48 152.18 -
System Red Green Blue C M Y K H S L
Decimal 252 243 1 0 0.04 1.00 0.01 57.85 0.99 0.5
Hex FC F3 1 0 4 64 1 3A 63 32
Octal 374 363 1 0 4 144 1 72 143 62
Binary 11111100 11110011 1 0 100 1100100 1 111010 1100011 110010

Color Harmonies of #FCF301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF301

Black with #FCF301

Text Example


Text Example

White with #FCF301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF301; }

 p { color: rgb(252,243,1); }

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

background-color css

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

 a { background-color: rgb(252,243,1); }

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

border-color css

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

 span { border-color: rgb(252,243,1); }

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