Html Css Color HEX #FCFA01 Yellow

📋 copy color: '#FCFA01'

red 252 ◦ green 250 ◦ blue 1

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

Shades of Yellow #FCFA01

Tints of Yellow #FCFA01

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.7%

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

R = 50.1%
G = 49.7%
B = 0.2%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FCFA01 (or 0xFCFA01) is known color: Yellow. HEX triplet: FC, FA and 01. RGB value is (252,250,1). Sum of RGB (Red+Green+Blue) = 252+250+1=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 250 (98.05% from 255 or 49.70% from 503); Blue value is 1 (0.78% from 255 or 0.20% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFA01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFA01 is #0305FE. Grayscale: #DFDFDF. Windows color (decimal): -198143 or 129788. OLE color: 129788.

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

Color convert

RGB 252 250 1 -
CMYK 0 0.01 1.00 0.01
HSL 59.52º 0.99% 0.5% -
HSV(B) 59.52º 1% 0.99% -
XYZ 74.34 89.07 13.3 -
YUV 222.21 3.16 149.25 -
System Red Green Blue C M Y K H S L
Decimal 252 250 1 0 0.01 1.00 0.01 59.52 0.99 0.5
Hex FC FA 1 0 1 64 1 3C 63 32
Octal 374 372 1 0 1 144 1 74 143 62
Binary 11111100 11111010 1 0 1 1100100 1 111100 1100011 110010

Color Harmonies of #FCFA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFA01

Black with #FCFA01

Text Example


Text Example

White with #FCFA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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