Html Css Color HEX #FCF321 Lemon

📋 copy color: '#FCF321'

red 252 ◦ green 243 ◦ blue 33

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

Shades of Lemon #FCF321

Tints of Lemon #FCF321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 6.25%

R = 47.73%
G = 46.02%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FCF321 (or 0xFCF321) is known color: Lemon. HEX triplet: FC, F3 and 21. RGB value is (252,243,33). Sum of RGB (Red+Green+Blue) = 252+243+33=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 243 (95.31% from 255 or 46.02% from 528); Blue value is 33 (13.28% from 255 or 6.25% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF321 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF321 is #030CDE. Grayscale: #DEDEDE. Windows color (decimal): -199903 or 2225148. OLE color: 2225148.

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

Color convert

RGB 252 243 33 -
CMYK 0 0.04 0.87 0.01
HSL 57.53º 0.97% 0.56% -
HSV(B) 57.53º 0.87% 0.99% -
XYZ 72.47 84.91 14.01 -
YUV 221.75 21.48 149.58 -
System Red Green Blue C M Y K H S L
Decimal 252 243 33 0 0.04 0.87 0.01 57.53 0.97 0.56
Hex FC F3 21 0 4 57 1 3A 61 38
Octal 374 363 41 0 4 127 1 72 141 70
Binary 11111100 11110011 100001 0 100 1010111 1 111010 1100001 111000

Color Harmonies of #FCF321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF321

Black with #FCF321

Text Example


Text Example

White with #FCF321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF321; }

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

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

background-color css

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

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

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

border-color css

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

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

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