Html Css Color HEX #FCFA10 Yellow

📋 copy color: '#FCFA10'

red 252 ◦ green 250 ◦ blue 16

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

Shades of Yellow #FCFA10

Tints of Yellow #FCFA10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.09%

R = 48.65%
G = 48.26%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCFA10 (or 0xFCFA10) is known color: Yellow. HEX triplet: FC, FA and 10. RGB value is (252,250,16). Sum of RGB (Red+Green+Blue) = 252+250+16=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 250 (98.05% from 255 or 48.26% from 518); Blue value is 16 (6.64% from 255 or 3.09% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFA10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFA10 is #0305EF. Grayscale: #E0E0E0. Windows color (decimal): -198128 or 1112828. OLE color: 1112828.

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

Color convert

RGB 252 250 16 -
CMYK 0 0.01 0.94 0.01
HSL 59.49º 0.98% 0.53% -
HSV(B) 59.49º 0.94% 0.99% -
XYZ 74.42 89.1 13.77 -
YUV 223.92 10.66 148.03 -
System Red Green Blue C M Y K H S L
Decimal 252 250 16 0 0.01 0.94 0.01 59.49 0.98 0.53
Hex FC FA 10 0 1 5E 1 3B 62 35
Octal 374 372 20 0 1 136 1 73 142 65
Binary 11111100 11111010 10000 0 1 1011110 1 111011 1100010 110101

Color Harmonies of #FCFA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFA10

Black with #FCFA10

Text Example


Text Example

White with #FCFA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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