Html Css Color HEX #FCFA00 Yellow

📋 copy color: '#FCFA00'

red 252 ◦ green 250 ◦ blue 0

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

Shades of Yellow #FCFA00

Tints of Yellow #FCFA00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.2%
G = 49.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FCFA00 (or 0xFCFA00) is known color: Yellow. HEX triplet: FC, FA and 00. RGB value is (252,250,0). Sum of RGB (Red+Green+Blue) = 252+250+0=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 250 (98.05% from 255 or 49.80% from 502); Blue value is 0 (0.39% from 255 or 0% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFA00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFA00 is #0305FF. Grayscale: #DFDFDF. Windows color (decimal): -198144 or 64252. OLE color: 64252.

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

Color convert

RGB 252 250 0 -
CMYK 0 0.01 1 0.01
HSL 59.52º 1% 0.49% -
HSV(B) 59.52º 1% 0.99% -
XYZ 74.33 89.07 13.27 -
YUV 222.1 2.66 149.33 -
System Red Green Blue C M Y K H S L
Decimal 252 250 0 0 0.01 1 0.01 59.52 1 0.49
Hex FC FA 0 0 1 64 1 3C 64 31
Octal 374 372 0 0 1 144 1 74 144 61
Binary 11111100 11111010 0 0 1 1100100 1 111100 1100100 110001

Color Harmonies of #FCFA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFA00

Black with #FCFA00

Text Example


Text Example

White with #FCFA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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