Html Css Color HEX #FCFB6A Laser Lemon

📋 copy color: '#FCFB6A'

red 252 ◦ green 251 ◦ blue 106

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

Shades of Laser Lemon #FCFB6A

Tints of Laser Lemon #FCFB6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 17.41%

R = 41.38%
G = 41.22%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCFB6A (or 0xFCFB6A) is known color: Laser Lemon. HEX triplet: FC, FB and 6A. RGB value is (252,251,106). Sum of RGB (Red+Green+Blue) = 252+251+106=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 251 (98.44% from 255 or 41.22% from 609); Blue value is 106 (41.80% from 255 or 17.41% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFB6A is #030495. Grayscale: #EBEBEB. Windows color (decimal): -197782 or 7011324. OLE color: 7011324.

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

Color convert

RGB 252 251 106 -
CMYK 0 0.00 0.58 0.01
HSL 59.59º 0.96% 0.7% -
HSV(B) 59.59º 0.58% 0.99% -
XYZ 77.24 90.73 27.08 -
YUV 234.77 55.33 140.29 -
System Red Green Blue C M Y K H S L
Decimal 252 251 106 0 0.00 0.58 0.01 59.59 0.96 0.7
Hex FC FB 6A 0 0 3A 1 3C 60 46
Octal 374 373 152 0 0 72 1 74 140 106
Binary 11111100 11111011 1101010 0 0 111010 1 111100 1100000 1000110

Color Harmonies of #FCFB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFB6A

Black with #FCFB6A

Text Example


Text Example

White with #FCFB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFB6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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