Html Css Color HEX #FCFA05 Yellow

📋 copy color: '#FCFA05'

red 252 ◦ green 250 ◦ blue 5

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

Shades of Yellow #FCFA05

Tints of Yellow #FCFA05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 0.99%

R = 49.7%
G = 49.31%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FCFA05 (or 0xFCFA05) is known color: Yellow. HEX triplet: FC, FA and 05. RGB value is (252,250,5). Sum of RGB (Red+Green+Blue) = 252+250+5=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 250 (98.05% from 255 or 49.31% from 507); Blue value is 5 (2.34% from 255 or 0.99% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFA05 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFA05 is #0305FA. Grayscale: #DFDFDF. Windows color (decimal): -198139 or 391932. OLE color: 391932.

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

Color convert

RGB 252 250 5 -
CMYK 0 0.01 0.98 0.01
HSL 59.51º 0.98% 0.5% -
HSV(B) 59.51º 0.98% 0.99% -
XYZ 74.36 89.08 13.42 -
YUV 222.67 5.16 148.92 -
System Red Green Blue C M Y K H S L
Decimal 252 250 5 0 0.01 0.98 0.01 59.51 0.98 0.5
Hex FC FA 5 0 1 62 1 3C 62 32
Octal 374 372 5 0 1 142 1 74 142 62
Binary 11111100 11111010 101 0 1 1100010 1 111100 1100010 110010

Color Harmonies of #FCFA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFA05

Black with #FCFA05

Text Example


Text Example

White with #FCFA05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFA05; }

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

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

background-color css

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

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

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

border-color css

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

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

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