Html Css Color HEX #FCF30F Lemon

📋 copy color: '#FCF30F'

red 252 ◦ green 243 ◦ blue 15

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

Shades of Lemon #FCF30F

Tints of Lemon #FCF30F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 2.94%

R = 49.41%
G = 47.65%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCF30F (or 0xFCF30F) is known color: Lemon. HEX triplet: FC, F3 and 0F. RGB value is (252,243,15). Sum of RGB (Red+Green+Blue) = 252+243+15=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 243 (95.31% from 255 or 47.65% from 510); Blue value is 15 (6.25% from 255 or 2.94% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF30F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF30F is #030CF0. Grayscale: #DCDCDC. Windows color (decimal): -199921 or 1045500. OLE color: 1045500.

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

Color convert

RGB 252 243 15 -
CMYK 0 0.04 0.94 0.01
HSL 57.72º 0.98% 0.52% -
HSV(B) 57.72º 0.94% 0.99% -
XYZ 72.28 84.83 13.02 -
YUV 219.7 12.48 151.04 -
System Red Green Blue C M Y K H S L
Decimal 252 243 15 0 0.04 0.94 0.01 57.72 0.98 0.52
Hex FC F3 F 0 4 5E 1 3A 62 34
Octal 374 363 17 0 4 136 1 72 142 64
Binary 11111100 11110011 1111 0 100 1011110 1 111010 1100010 110100

Color Harmonies of #FCF30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF30F

Black with #FCF30F

Text Example


Text Example

White with #FCF30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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