Html Css Color HEX #FCFA1A Lemon

📋 copy color: '#FCFA1A'

red 252 ◦ green 250 ◦ blue 26

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

Shades of Lemon #FCFA1A

Tints of Lemon #FCFA1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 4.92%

R = 47.73%
G = 47.35%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FCFA1A (or 0xFCFA1A) is known color: Lemon. HEX triplet: FC, FA and 1A. RGB value is (252,250,26). Sum of RGB (Red+Green+Blue) = 252+250+26=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 250 (98.05% from 255 or 47.35% from 528); Blue value is 26 (10.55% from 255 or 4.92% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFA1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFA1A is #0305E5. Grayscale: #E1E1E1. Windows color (decimal): -198118 or 1768188. OLE color: 1768188.

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

Color convert

RGB 252 250 26 -
CMYK 0 0.01 0.90 0.01
HSL 59.47º 0.97% 0.55% -
HSV(B) 59.47º 0.9% 0.99% -
XYZ 74.52 89.14 14.26 -
YUV 225.06 15.66 147.21 -
System Red Green Blue C M Y K H S L
Decimal 252 250 26 0 0.01 0.90 0.01 59.47 0.97 0.55
Hex FC FA 1A 0 1 5A 1 3B 61 37
Octal 374 372 32 0 1 132 1 73 141 67
Binary 11111100 11111010 11010 0 1 1011010 1 111011 1100001 110111

Color Harmonies of #FCFA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFA1A

Black with #FCFA1A

Text Example


Text Example

White with #FCFA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFA1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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