Html Css Color HEX #FCF323 Lemon

📋 copy color: '#FCF323'

red 252 ◦ green 243 ◦ blue 35

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

Shades of Lemon #FCF323

Tints of Lemon #FCF323

RGB

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

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

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

R = 47.55%
G = 45.85%
B = 6.6%

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

#FCF323 (or 0xFCF323) is known color: Lemon. HEX triplet: FC, F3 and 23. RGB value is (252,243,35). Sum of RGB (Red+Green+Blue) = 252+243+35=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 243 (95.31% from 255 or 45.85% from 530); Blue value is 35 (14.06% from 255 or 6.60% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF323 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF323 is #030CDC. Grayscale: #DEDEDE. Windows color (decimal): -199901 or 2356220. OLE color: 2356220.

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

Color convert

RGB 252 243 35 -
CMYK 0 0.04 0.86 0.01
HSL 57.51º 0.97% 0.56% -
HSV(B) 57.51º 0.86% 0.99% -
XYZ 72.5 84.92 14.16 -
YUV 221.98 22.48 149.41 -
System Red Green Blue C M Y K H S L
Decimal 252 243 35 0 0.04 0.86 0.01 57.51 0.97 0.56
Hex FC F3 23 0 4 56 1 3A 61 38
Octal 374 363 43 0 4 126 1 72 141 70
Binary 11111100 11110011 100011 0 100 1010110 1 111010 1100001 111000

Color Harmonies of #FCF323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF323

Black with #FCF323

Text Example


Text Example

White with #FCF323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF323; }

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

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

background-color css

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

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

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

border-color css

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

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

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