Html Css Color HEX #FCFB5B Laser Lemon

📋 copy color: '#FCFB5B'

red 252 ◦ green 251 ◦ blue 91

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

Shades of Laser Lemon #FCFB5B

Tints of Laser Lemon #FCFB5B

RGB

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

 GREEN value IS 251 (98.44% from 255) = 42.26%

 BLUE value IS 91 (35.94% from 255) = 15.32%

R = 42.42%
G = 42.26%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FCFB5B (or 0xFCFB5B) is known color: Laser Lemon. HEX triplet: FC, FB and 5B. RGB value is (252,251,91). Sum of RGB (Red+Green+Blue) = 252+251+91=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 251 (98.44% from 255 or 42.26% from 594); Blue value is 91 (35.94% from 255 or 15.32% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB5B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFB5B is #0304A4. Grayscale: #E9E9E9. Windows color (decimal): -197797 or 6028284. OLE color: 6028284.

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

Color convert

RGB 252 251 91 -
CMYK 0 0.00 0.64 0.01
HSL 59.63º 0.96% 0.67% -
HSV(B) 59.63º 0.64% 0.99% -
XYZ 76.53 90.45 23.32 -
YUV 233.06 47.83 141.51 -
System Red Green Blue C M Y K H S L
Decimal 252 251 91 0 0.00 0.64 0.01 59.63 0.96 0.67
Hex FC FB 5B 0 0 40 1 3C 60 43
Octal 374 373 133 0 0 100 1 74 140 103
Binary 11111100 11111011 1011011 0 0 1000000 1 111100 1100000 1000011

Color Harmonies of #FCFB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFB5B

Black with #FCFB5B

Text Example


Text Example

White with #FCFB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFB5B; }

 p { color: rgb(252,251,91); }

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

background-color css

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

 a { background-color: rgb(252,251,91); }

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

border-color css

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

 span { border-color: rgb(252,251,91); }

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