Html Css Color HEX #FCFB5D Laser Lemon

📋 copy color: '#FCFB5D'

red 252 ◦ green 251 ◦ blue 93

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

Shades of Laser Lemon #FCFB5D

Tints of Laser Lemon #FCFB5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 15.6%

R = 42.28%
G = 42.11%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FCFB5D (or 0xFCFB5D) is known color: Laser Lemon. HEX triplet: FC, FB and 5D. RGB value is (252,251,93). Sum of RGB (Red+Green+Blue) = 252+251+93=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 251 (98.44% from 255 or 42.11% from 596); Blue value is 93 (36.72% from 255 or 15.60% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFB5D is #0304A2. Grayscale: #E9E9E9. Windows color (decimal): -197795 or 6159356. OLE color: 6159356.

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

Color convert

RGB 252 251 93 -
CMYK 0 0.00 0.63 0.01
HSL 59.62º 0.96% 0.68% -
HSV(B) 59.62º 0.63% 0.99% -
XYZ 76.62 90.48 23.78 -
YUV 233.29 48.83 141.35 -
System Red Green Blue C M Y K H S L
Decimal 252 251 93 0 0.00 0.63 0.01 59.62 0.96 0.68
Hex FC FB 5D 0 0 3F 1 3C 60 44
Octal 374 373 135 0 0 77 1 74 140 104
Binary 11111100 11111011 1011101 0 0 111111 1 111100 1100000 1000100

Color Harmonies of #FCFB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFB5D

Black with #FCFB5D

Text Example


Text Example

White with #FCFB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFB5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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