Html Css Color HEX #FCF30C Lemon

📋 copy color: '#FCF30C'

red 252 ◦ green 243 ◦ blue 12

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

Shades of Lemon #FCF30C

Tints of Lemon #FCF30C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.37%

R = 49.7%
G = 47.93%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FCF30C (or 0xFCF30C) is known color: Lemon. HEX triplet: FC, F3 and 0C. RGB value is (252,243,12). Sum of RGB (Red+Green+Blue) = 252+243+12=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 243 (95.31% from 255 or 47.93% from 507); Blue value is 12 (5.08% from 255 or 2.37% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF30C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF30C is #030CF3. Grayscale: #DCDCDC. Windows color (decimal): -199924 or 848892. OLE color: 848892.

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

Color convert

RGB 252 243 12 -
CMYK 0 0.04 0.95 0.01
HSL 57.75º 0.98% 0.52% -
HSV(B) 57.75º 0.95% 0.99% -
XYZ 72.26 84.82 12.91 -
YUV 219.36 10.98 151.28 -
System Red Green Blue C M Y K H S L
Decimal 252 243 12 0 0.04 0.95 0.01 57.75 0.98 0.52
Hex FC F3 C 0 4 5F 1 3A 62 34
Octal 374 363 14 0 4 137 1 72 142 64
Binary 11111100 11110011 1100 0 100 1011111 1 111010 1100010 110100

Color Harmonies of #FCF30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF30C

Black with #FCF30C

Text Example


Text Example

White with #FCF30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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