Html Css Color HEX #FCF31D Lemon

📋 copy color: '#FCF31D'

red 252 ◦ green 243 ◦ blue 29

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

Shades of Lemon #FCF31D

Tints of Lemon #FCF31D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 5.53%

R = 48.09%
G = 46.37%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FCF31D (or 0xFCF31D) is known color: Lemon. HEX triplet: FC, F3 and 1D. RGB value is (252,243,29). Sum of RGB (Red+Green+Blue) = 252+243+29=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 243 (95.31% from 255 or 46.37% from 524); Blue value is 29 (11.72% from 255 or 5.53% from 524); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF31D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF31D is #030CE2. Grayscale: #DEDEDE. Windows color (decimal): -199907 or 1963004. OLE color: 1963004.

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

Color convert

RGB 252 243 29 -
CMYK 0 0.04 0.88 0.01
HSL 57.58º 0.97% 0.55% -
HSV(B) 57.58º 0.88% 0.99% -
XYZ 72.42 84.89 13.73 -
YUV 221.3 19.48 149.9 -
System Red Green Blue C M Y K H S L
Decimal 252 243 29 0 0.04 0.88 0.01 57.58 0.97 0.55
Hex FC F3 1D 0 4 58 1 3A 61 37
Octal 374 363 35 0 4 130 1 72 141 67
Binary 11111100 11110011 11101 0 100 1011000 1 111010 1100001 110111

Color Harmonies of #FCF31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF31D

Black with #FCF31D

Text Example


Text Example

White with #FCF31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF31D; }

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

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

background-color css

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

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

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

border-color css

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

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

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