Html Css Color HEX #FCF10B Lemon

📋 copy color: '#FCF10B'

red 252 ◦ green 241 ◦ blue 11

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

Shades of Lemon #FCF10B

Tints of Lemon #FCF10B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.18%

R = 50%
G = 47.82%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCF10B (or 0xFCF10B) is known color: Lemon. HEX triplet: FC, F1 and 0B. RGB value is (252,241,11). Sum of RGB (Red+Green+Blue) = 252+241+11=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 241 (94.53% from 255 or 47.82% from 504); Blue value is 11 (4.69% from 255 or 2.18% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF10B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF10B is #030EF4. Grayscale: #DBDBDB. Windows color (decimal): -200437 or 782844. OLE color: 782844.

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

Color convert

RGB 252 241 11 -
CMYK 0 0.04 0.96 0.01
HSL 57.26º 0.98% 0.52% -
HSV(B) 57.26º 0.96% 0.99% -
XYZ 71.66 83.63 12.68 -
YUV 218.07 11.14 152.2 -
System Red Green Blue C M Y K H S L
Decimal 252 241 11 0 0.04 0.96 0.01 57.26 0.98 0.52
Hex FC F1 B 0 4 60 1 39 62 34
Octal 374 361 13 0 4 140 1 71 142 64
Binary 11111100 11110001 1011 0 100 1100000 1 111001 1100010 110100

Color Harmonies of #FCF10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF10B

Black with #FCF10B

Text Example


Text Example

White with #FCF10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF10B; }

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

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

background-color css

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

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

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

border-color css

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

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

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