Html Css Color HEX #FCFA11 Yellow

📋 copy color: '#FCFA11'

red 252 ◦ green 250 ◦ blue 17

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

Shades of Yellow #FCFA11

Tints of Yellow #FCFA11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.28%

R = 48.55%
G = 48.17%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FCFA11 (or 0xFCFA11) is known color: Yellow. HEX triplet: FC, FA and 11. RGB value is (252,250,17). Sum of RGB (Red+Green+Blue) = 252+250+17=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 17 (7.03% from 255 or 3.28% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFA11 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFA11 is #0305EE. Grayscale: #E0E0E0. Windows color (decimal): -198127 or 1178364. OLE color: 1178364.

HSL color Cylindrical-coordinate representation of color #FCFA11: 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.93%. Process color model (Four color, CMYK) of #FCFA11 is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 250 17 -
CMYK 0 0.01 0.93 0.01
HSL 59.49º 0.98% 0.53% -
HSV(B) 59.49º 0.93% 0.99% -
XYZ 74.43 89.11 13.81 -
YUV 224.04 11.16 147.95 -
System Red Green Blue C M Y K H S L
Decimal 252 250 17 0 0.01 0.93 0.01 59.49 0.98 0.53
Hex FC FA 11 0 1 5D 1 3B 62 35
Octal 374 372 21 0 1 135 1 73 142 65
Binary 11111100 11111010 10001 0 1 1011101 1 111011 1100010 110101

Color Harmonies of #FCFA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFA11

Black with #FCFA11

Text Example


Text Example

White with #FCFA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFA11; }

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

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

background-color css

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

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

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

border-color css

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

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

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