Html Css Color HEX #FCFB6D Laser Lemon

📋 copy color: '#FCFB6D'

red 252 ◦ green 251 ◦ blue 109

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

Shades of Laser Lemon #FCFB6D

Tints of Laser Lemon #FCFB6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 17.81%

R = 41.18%
G = 41.01%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FCFB6D (or 0xFCFB6D) is known color: Laser Lemon. HEX triplet: FC, FB and 6D. RGB value is (252,251,109). Sum of RGB (Red+Green+Blue) = 252+251+109=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 251 (98.44% from 255 or 41.01% from 612); Blue value is 109 (42.97% from 255 or 17.81% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFB6D is #030492. Grayscale: #EBEBEB. Windows color (decimal): -197779 or 7207932. OLE color: 7207932.

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

Color convert

RGB 252 251 109 -
CMYK 0 0.00 0.57 0.01
HSL 59.58º 0.96% 0.71% -
HSV(B) 59.58º 0.57% 0.99% -
XYZ 77.4 90.79 27.91 -
YUV 235.11 56.83 140.05 -
System Red Green Blue C M Y K H S L
Decimal 252 251 109 0 0.00 0.57 0.01 59.58 0.96 0.71
Hex FC FB 6D 0 0 39 1 3C 60 47
Octal 374 373 155 0 0 71 1 74 140 107
Binary 11111100 11111011 1101101 0 0 111001 1 111100 1100000 1000111

Color Harmonies of #FCFB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFB6D

Black with #FCFB6D

Text Example


Text Example

White with #FCFB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFB6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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