Html Css Color HEX #FFFC1B Lemon

📋 copy color: '#FFFC1B'

red 255 ◦ green 252 ◦ blue 27

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

Shades of Lemon #FFFC1B

Tints of Lemon #FFFC1B

RGB

 RED value IS 255 (100% from 255) = 47.75%

 GREEN value IS 252 (98.83% from 255) = 47.19%

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

R = 47.75%
G = 47.19%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FFFC1B (or 0xFFFC1B) is known color: Lemon. HEX triplet: FF, FC and 1B. RGB value is (255,252,27). Sum of RGB (Red+Green+Blue) = 255+252+27=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 252 (98.83% from 255 or 47.19% from 534); Blue value is 27 (10.94% from 255 or 5.06% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC1B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFC1B is #0003E4. Grayscale: #E4E4E4. Windows color (decimal): -997 or 1834239. OLE color: 1834239.

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

Color convert

RGB 255 252 27 -
CMYK 0 0.01 0.89 0
HSL 59.21º 1% 0.55% -
HSV(B) 59.21º 0.89% 1% -
XYZ 76.25 90.96 14.58 -
YUV 227.25 14.99 147.8 -
System Red Green Blue C M Y K H S L
Decimal 255 252 27 0 0.01 0.89 0 59.21 1 0.55
Hex FF FC 1B 0 1 59 0 3B 64 37
Octal 377 374 33 0 1 131 0 73 144 67
Binary 11111111 11111100 11011 0 1 1011001 0 111011 1100100 110111

Color Harmonies of #FFFC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFC1B

Black with #FFFC1B

Text Example


Text Example

White with #FFFC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFC1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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