Html Css Color HEX #FCF123 Lemon

📋 copy color: '#FCF123'

red 252 ◦ green 241 ◦ blue 35

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

Shades of Lemon #FCF123

Tints of Lemon #FCF123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 6.63%

R = 47.73%
G = 45.64%
B = 6.63%

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

#FCF123 (or 0xFCF123) is known color: Lemon. HEX triplet: FC, F1 and 23. RGB value is (252,241,35). Sum of RGB (Red+Green+Blue) = 252+241+35=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 241 (94.53% from 255 or 45.64% from 528); Blue value is 35 (14.06% from 255 or 6.63% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF123 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF123 is #030EDC. Grayscale: #DDDDDD. Windows color (decimal): -200413 or 2355708. OLE color: 2355708.

HSL color Cylindrical-coordinate representation of color #FCF123: hue angle of 56.96º 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 #FCF123 is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 241 35 -
CMYK 0 0.04 0.86 0.01
HSL 56.96º 0.97% 0.56% -
HSV(B) 56.96º 0.86% 0.99% -
XYZ 71.9 83.73 13.96 -
YUV 220.81 23.14 150.25 -
System Red Green Blue C M Y K H S L
Decimal 252 241 35 0 0.04 0.86 0.01 56.96 0.97 0.56
Hex FC F1 23 0 4 56 1 39 61 38
Octal 374 361 43 0 4 126 1 71 141 70
Binary 11111100 11110001 100011 0 100 1010110 1 111001 1100001 111000

Color Harmonies of #FCF123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF123

Black with #FCF123

Text Example


Text Example

White with #FCF123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF123; }

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

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

background-color css

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

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

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

border-color css

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

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

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