Html Css Color HEX #FCF124 Lemon

📋 copy color: '#FCF124'

red 252 ◦ green 241 ◦ blue 36

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

Shades of Lemon #FCF124

Tints of Lemon #FCF124

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.56%

 BLUE value IS 36 (14.45% from 255) = 6.81%

R = 47.64%
G = 45.56%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FCF124 (or 0xFCF124) is known color: Lemon. HEX triplet: FC, F1 and 24. RGB value is (252,241,36). Sum of RGB (Red+Green+Blue) = 252+241+36=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 241 (94.53% from 255 or 45.56% from 529); Blue value is 36 (14.45% from 255 or 6.81% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF124 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF124 is #030EDB. Grayscale: #DDDDDD. Windows color (decimal): -200412 or 2421244. OLE color: 2421244.

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

Color convert

RGB 252 241 36 -
CMYK 0 0.04 0.86 0.01
HSL 56.94º 0.97% 0.56% -
HSV(B) 56.94º 0.86% 0.99% -
XYZ 71.92 83.73 14.04 -
YUV 220.92 23.64 150.17 -
System Red Green Blue C M Y K H S L
Decimal 252 241 36 0 0.04 0.86 0.01 56.94 0.97 0.56
Hex FC F1 24 0 4 56 1 39 61 38
Octal 374 361 44 0 4 126 1 71 141 70
Binary 11111100 11110001 100100 0 100 1010110 1 111001 1100001 111000

Color Harmonies of #FCF124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF124

Black with #FCF124

Text Example


Text Example

White with #FCF124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF124; }

 p { color: rgb(252,241,36); }

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

background-color css

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

 a { background-color: rgb(252,241,36); }

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

border-color css

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

 span { border-color: rgb(252,241,36); }

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