Html Css Color HEX #FCF91B Lemon

📋 copy color: '#FCF91B'

red 252 ◦ green 249 ◦ blue 27

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

Shades of Lemon #FCF91B

Tints of Lemon #FCF91B

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.16%

 BLUE value IS 27 (10.94% from 255) = 5.11%

R = 47.73%
G = 47.16%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FCF91B (or 0xFCF91B) is known color: Lemon. HEX triplet: FC, F9 and 1B. RGB value is (252,249,27). Sum of RGB (Red+Green+Blue) = 252+249+27=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 249 (97.66% from 255 or 47.16% from 528); Blue value is 27 (10.94% from 255 or 5.11% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF91B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF91B is #0306E4. Grayscale: #E1E1E1. Windows color (decimal): -198373 or 1833468. OLE color: 1833468.

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

Color convert

RGB 252 249 27 -
CMYK 0 0.01 0.89 0.01
HSL 59.2º 0.97% 0.55% -
HSV(B) 59.2º 0.89% 0.99% -
XYZ 74.22 88.53 14.21 -
YUV 224.59 16.49 147.55 -
System Red Green Blue C M Y K H S L
Decimal 252 249 27 0 0.01 0.89 0.01 59.2 0.97 0.55
Hex FC F9 1B 0 1 59 1 3B 61 37
Octal 374 371 33 0 1 131 1 73 141 67
Binary 11111100 11111001 11011 0 1 1011001 1 111011 1100001 110111

Color Harmonies of #FCF91B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF91B

Black with #FCF91B

Text Example


Text Example

White with #FCF91B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF91B; }

 p { color: rgb(252,249,27); }

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

background-color css

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

 a { background-color: rgb(252,249,27); }

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

border-color css

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

 span { border-color: rgb(252,249,27); }

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