Html Css Color HEX #FCF107 Lemon

📋 copy color: '#FCF107'

red 252 ◦ green 241 ◦ blue 7

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

Shades of Lemon #FCF107

Tints of Lemon #FCF107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.4%

R = 50.4%
G = 48.2%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FCF107 (or 0xFCF107) is known color: Lemon. HEX triplet: FC, F1 and 07. RGB value is (252,241,7). Sum of RGB (Red+Green+Blue) = 252+241+7=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 7 (3.12% from 255 or 1.4% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF107 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF107 is #030EF8. Grayscale: #DADADA. Windows color (decimal): -200441 or 520700. OLE color: 520700.

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

Color convert

RGB 252 241 7 -
CMYK 0 0.04 0.97 0.01
HSL 57.31º 0.98% 0.51% -
HSV(B) 57.31º 0.97% 0.99% -
XYZ 71.64 83.62 12.57 -
YUV 217.61 9.14 152.53 -
System Red Green Blue C M Y K H S L
Decimal 252 241 7 0 0.04 0.97 0.01 57.31 0.98 0.51
Hex FC F1 7 0 4 61 1 39 62 33
Octal 374 361 7 0 4 141 1 71 142 63
Binary 11111100 11110001 111 0 100 1100001 1 111001 1100010 110011

Color Harmonies of #FCF107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF107

Black with #FCF107

Text Example


Text Example

White with #FCF107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF107; }

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

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

background-color css

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

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

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

border-color css

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

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

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