Html Css Color HEX #FCF10F Lemon

📋 copy color: '#FCF10F'

red 252 ◦ green 241 ◦ blue 15

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

Shades of Lemon #FCF10F

Tints of Lemon #FCF10F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.44%

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

R = 49.61%
G = 47.44%
B = 2.95%

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

#FCF10F (or 0xFCF10F) is known color: Lemon. HEX triplet: FC, F1 and 0F. RGB value is (252,241,15). Sum of RGB (Red+Green+Blue) = 252+241+15=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 241 (94.53% from 255 or 47.44% from 508); Blue value is 15 (6.25% from 255 or 2.95% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF10F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF10F is #030EF0. Grayscale: #DBDBDB. Windows color (decimal): -200433 or 1044988. OLE color: 1044988.

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

Color convert

RGB 252 241 15 -
CMYK 0 0.04 0.94 0.01
HSL 57.22º 0.98% 0.52% -
HSV(B) 57.22º 0.94% 0.99% -
XYZ 71.69 83.64 12.82 -
YUV 218.53 13.14 151.88 -
System Red Green Blue C M Y K H S L
Decimal 252 241 15 0 0.04 0.94 0.01 57.22 0.98 0.52
Hex FC F1 F 0 4 5E 1 39 62 34
Octal 374 361 17 0 4 136 1 71 142 64
Binary 11111100 11110001 1111 0 100 1011110 1 111001 1100010 110100

Color Harmonies of #FCF10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF10F

Black with #FCF10F

Text Example


Text Example

White with #FCF10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF10F; }

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

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

background-color css

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

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

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

border-color css

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

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

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