Html Css Color HEX #FCF31E Lemon

📋 copy color: '#FCF31E'

red 252 ◦ green 243 ◦ blue 30

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

Shades of Lemon #FCF31E

Tints of Lemon #FCF31E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 5.71%

R = 48%
G = 46.29%
B = 5.71%

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

#FCF31E (or 0xFCF31E) is known color: Lemon. HEX triplet: FC, F3 and 1E. RGB value is (252,243,30). Sum of RGB (Red+Green+Blue) = 252+243+30=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 243 (95.31% from 255 or 46.29% from 525); Blue value is 30 (12.11% from 255 or 5.71% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF31E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF31E is #030CE1. Grayscale: #DEDEDE. Windows color (decimal): -199906 or 2028540. OLE color: 2028540.

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

Color convert

RGB 252 243 30 -
CMYK 0 0.04 0.88 0.01
HSL 57.57º 0.97% 0.55% -
HSV(B) 57.57º 0.88% 0.99% -
XYZ 72.43 84.89 13.8 -
YUV 221.41 19.98 149.82 -
System Red Green Blue C M Y K H S L
Decimal 252 243 30 0 0.04 0.88 0.01 57.57 0.97 0.55
Hex FC F3 1E 0 4 58 1 3A 61 37
Octal 374 363 36 0 4 130 1 72 141 67
Binary 11111100 11110011 11110 0 100 1011000 1 111010 1100001 110111

Color Harmonies of #FCF31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF31E

Black with #FCF31E

Text Example


Text Example

White with #FCF31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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