Html Css Color HEX #FCF319 Lemon

📋 copy color: '#FCF319'

red 252 ◦ green 243 ◦ blue 25

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

Shades of Lemon #FCF319

Tints of Lemon #FCF319

RGB

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

 GREEN value IS 243 (95.31% from 255) = 46.73%

 BLUE value IS 25 (10.16% from 255) = 4.81%

R = 48.46%
G = 46.73%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FCF319 (or 0xFCF319) is known color: Lemon. HEX triplet: FC, F3 and 19. RGB value is (252,243,25). Sum of RGB (Red+Green+Blue) = 252+243+25=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 243 (95.31% from 255 or 46.73% from 520); Blue value is 25 (10.16% from 255 or 4.81% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF319 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF319 is #030CE6. Grayscale: #DDDDDD. Windows color (decimal): -199911 or 1700860. OLE color: 1700860.

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

Color convert

RGB 252 243 25 -
CMYK 0 0.04 0.90 0.01
HSL 57.62º 0.97% 0.54% -
HSV(B) 57.62º 0.9% 0.99% -
XYZ 72.37 84.87 13.49 -
YUV 220.84 17.48 150.23 -
System Red Green Blue C M Y K H S L
Decimal 252 243 25 0 0.04 0.90 0.01 57.62 0.97 0.54
Hex FC F3 19 0 4 5A 1 3A 61 36
Octal 374 363 31 0 4 132 1 72 141 66
Binary 11111100 11110011 11001 0 100 1011010 1 111010 1100001 110110

Color Harmonies of #FCF319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF319

Black with #FCF319

Text Example


Text Example

White with #FCF319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF319; }

 p { color: rgb(252,243,25); }

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

background-color css

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

 a { background-color: rgb(252,243,25); }

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

border-color css

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

 span { border-color: rgb(252,243,25); }

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